From c759aafa635b125aab52cfae582ddf5b2bf688b6 Mon Sep 17 00:00:00 2001 From: Brock Renninger Date: Tue, 13 Jun 2023 14:32:19 -0600 Subject: [PATCH] Update gpt4all to 0.3.4 gpt4all==0.3.2 was yanked according to https://pypi.org/project/gpt4all/#history --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 46bae18..596818b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ langchain==0.0.197 -gpt4all==0.3.2 +gpt4all==0.3.4 chromadb==0.3.23 llama-cpp-python==0.1.50 urllib3==2.0.2