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 From 3e7be07a542ff6a50fd062f01af36152d7c6036a Mon Sep 17 00:00:00 2001 From: Josh XT Date: Tue, 29 Aug 2023 12:54:45 -0400 Subject: Add httpx requirement --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5caad54e..9d14abfa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,4 +8,5 @@ websockets js2py quickjs flask -flask-cors \ No newline at end of file +flask-cors +httpx \ No newline at end of file -- cgit v1.2.3 From e818fcda6b9d7e5ee4e3d3dfa4afc8c9f4fe3a40 Mon Sep 17 00:00:00 2001 From: abc <98614666+xtekky@users.noreply.github.com> Date: Thu, 31 Aug 2023 14:31:57 +0100 Subject: ~ --- README.md | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4f126891..6e750fe8 100644 --- a/README.md +++ b/README.md @@ -401,4 +401,4 @@ along with this program. If not, see . Star History Chart - + \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 9d14abfa..6188ef5b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,4 @@ js2py quickjs flask flask-cors -httpx \ No newline at end of file +httpx -- cgit v1.2.3