diff --git a/requirements.txt b/requirements.txt index 46cb84b..7b9eef7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ appdirs==1.4.4 webchatgpt==0.3.0 GoogleBard1>=2.1.4 colorama==0.4.6 -g4f>=0.2.6.1 +g4f>=0.3.0.8 pyyaml==6.0.1 matplotlib gpt4all==2.2.0 diff --git a/setup.py b/setup.py index 1a5a5cc..804f191 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ "GoogleBard1>=2.1.4", "poe-api-wrapper==1.3.6", "brotli==1.1.0", - "g4f>=0.2.6.1", + "g4f>=0.3.0.8", "Helpingai_T2-fork==0.3.2", "python-vlc>=3.0.20", "httpx==0.27.0", @@ -25,7 +25,7 @@ "clipman==3.1.0", "pyperclip==1.8.2", "colorama==0.4.6", - "g4f>=0.2.6.1", + "g4f>=0.3.0.8", "python-dotenv==1.0.0", ]