diff --git a/.circleci/config.yml b/.circleci/config.yml index cd7ddfbd..b63325e3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -167,7 +167,6 @@ workflows: branches: only: - main - - rguo123/docs-cicd #build-py-deploy: # jobs: #- build-py-linux diff --git a/gpt4all-bindings/python/README.md b/gpt4all-bindings/python/README.md index e56f783f..51d2d02b 100644 --- a/gpt4all-bindings/python/README.md +++ b/gpt4all-bindings/python/README.md @@ -2,6 +2,9 @@ This package contains a set of Python bindings around the `llmodel` C-API. +## Documentation +docs.gpt4all.io + ## Installation ```