diff options
author | Tekky <98614666+xtekky@users.noreply.github.com> | 2024-07-02 17:22:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-02 17:22:57 +0200 |
commit | 7ed49e23159978d99fc905d73409a4c34bc4e3ae (patch) | |
tree | 9d5c7093a36587fa110b69e8d0391bd71a9f622c /g4f | |
parent | Update requirements-min.txt (diff) | |
parent | #2088 issue fixed (diff) | |
download | gpt4free-7ed49e23159978d99fc905d73409a4c34bc4e3ae.tar gpt4free-7ed49e23159978d99fc905d73409a4c34bc4e3ae.tar.gz gpt4free-7ed49e23159978d99fc905d73409a4c34bc4e3ae.tar.bz2 gpt4free-7ed49e23159978d99fc905d73409a4c34bc4e3ae.tar.lz gpt4free-7ed49e23159978d99fc905d73409a4c34bc4e3ae.tar.xz gpt4free-7ed49e23159978d99fc905d73409a4c34bc4e3ae.tar.zst gpt4free-7ed49e23159978d99fc905d73409a4c34bc4e3ae.zip |
Diffstat (limited to 'g4f')
-rw-r--r-- | g4f/Provider/GeminiProChat.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g4f/Provider/GeminiProChat.py b/g4f/Provider/GeminiProChat.py index b2bf0ff6..d88c4ed0 100644 --- a/g4f/Provider/GeminiProChat.py +++ b/g4f/Provider/GeminiProChat.py @@ -13,7 +13,7 @@ from .base_provider import AsyncGeneratorProvider class GeminiProChat(AsyncGeneratorProvider): - url = "https://www.chatgemini.net/" + url = "https://www.chatgot.one/" working = True supports_message_history = True |