From 083032cc12648ce2fcca68d87b4c51c80423e801 Mon Sep 17 00:00:00 2001 From: Richard Guo Date: Fri, 12 May 2023 10:30:03 -0400 Subject: [PATCH] working circleci and updated readme --- .circleci/config.yml | 1 - gpt4all-bindings/python/README.md | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) 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 ```