Skip to content

Commit c8e2a07

Browse files
committed
Update setup & dependencies
1 parent fc9cbc4 commit c8e2a07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ appdirs==1.4.4
77
webchatgpt==0.2.7
88
GoogleBard1==2.1.1
99
colorama==0.4.6
10-
g4f>=0.2.1.0
10+
g4f>=0.2.1.2
1111
pyyaml==6.0.1
1212
matplotlib
1313
gpt4all==2.2.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"colorama==0.4.6",
2020
"webchatgpt==0.2.7",
2121
"GoogleBard1==2.1.1",
22-
"g4f>=0.2.1.0",
22+
"g4f>=0.2.1.2",
2323
]
2424

2525
EXTRA_REQUIRE = {

0 commit comments

Comments
 (0)