Merge pull request #2089 from Anurag-Varma/main

#2088 issue fixed
This commit is contained in:
Tekky 2024-07-02 17:22:57 +02:00 committed by GitHub
commit 7ed49e2315
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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