diff options
author | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-02-23 17:21:10 +0100 |
---|---|---|
committer | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-02-23 17:21:10 +0100 |
commit | 7953560303ad82f13f3d4c910db1193da21b11d7 (patch) | |
tree | e88b25bcc756e02741ea1875fcf62ff9ba76b975 /g4f/Provider/GeminiProChat.py | |
parent | Fix isssue with stop in client (diff) | |
download | gpt4free-7953560303ad82f13f3d4c910db1193da21b11d7.tar gpt4free-7953560303ad82f13f3d4c910db1193da21b11d7.tar.gz gpt4free-7953560303ad82f13f3d4c910db1193da21b11d7.tar.bz2 gpt4free-7953560303ad82f13f3d4c910db1193da21b11d7.tar.lz gpt4free-7953560303ad82f13f3d4c910db1193da21b11d7.tar.xz gpt4free-7953560303ad82f13f3d4c910db1193da21b11d7.tar.zst gpt4free-7953560303ad82f13f3d4c910db1193da21b11d7.zip |
Diffstat (limited to 'g4f/Provider/GeminiProChat.py')
-rw-r--r-- | g4f/Provider/GeminiProChat.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/g4f/Provider/GeminiProChat.py b/g4f/Provider/GeminiProChat.py index 488f5f0e..8b8fc5dc 100644 --- a/g4f/Provider/GeminiProChat.py +++ b/g4f/Provider/GeminiProChat.py @@ -11,7 +11,6 @@ from .base_provider import AsyncGeneratorProvider class GeminiProChat(AsyncGeneratorProvider): url = "https://gemini-chatbot-sigma.vercel.app" working = True - supports_gpt_35_turbo = True @classmethod async def create_async_generator( |