We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc9cbc4 commit c8e2a07Copy full SHA for c8e2a07
requirements.txt
@@ -7,7 +7,7 @@ appdirs==1.4.4
7
webchatgpt==0.2.7
8
GoogleBard1==2.1.1
9
colorama==0.4.6
10
-g4f>=0.2.1.0
+g4f>=0.2.1.2
11
pyyaml==6.0.1
12
matplotlib
13
gpt4all==2.2.0
setup.py
@@ -19,7 +19,7 @@
19
"colorama==0.4.6",
20
"webchatgpt==0.2.7",
21
"GoogleBard1==2.1.1",
22
- "g4f>=0.2.1.0",
+ "g4f>=0.2.1.2",
23
]
24
25
EXTRA_REQUIRE = {
0 commit comments