From a514ffb16fdf7d8dff0bff8698c638bf9e465a7b Mon Sep 17 00:00:00 2001 From: JunXiang Date: Tue, 29 Aug 2023 15:06:16 +0800 Subject: Add related project: Document GPT I've created a `document GPT`(chatPDF) which is based on "`langchain`" and "`gpt4free`". The project initially utilized the Langchain to invoke the OpenAI model for implementing document GPT. Now, it offers the option to use the gpt4free model, coupled with Hugging Face embedding. **This integration enables users to use the document GPT app completely free**, without the need to input any API keys! The [link](https://github.com/Lin-jun-xiang/docGPT-streamlit) has been added. --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e9380428..4f126891 100644 --- a/README.md +++ b/README.md @@ -306,6 +306,13 @@ if __name__ == "__main__": Issues Pull Requests + + Langchain Document GPT + Stars + Forks + Issues + Pull Requests + @@ -394,4 +401,4 @@ along with this program. If not, see . Star History Chart - \ No newline at end of file + -- cgit v1.2.3