diff options
author | kqlio67 <kqlio67@users.noreply.github.com> | 2024-11-02 12:50:28 +0100 |
---|---|---|
committer | kqlio67 <kqlio67@users.noreply.github.com> | 2024-11-02 12:50:28 +0100 |
commit | e1b131290217308026e3bb321d90e9e4a54b0693 (patch) | |
tree | 5495b90c8bcefe20dfe8b8818d00ef209aee1deb /g4f/Provider | |
parent | Update (g4f/Provider/Allyfy.py) (diff) | |
download | gpt4free-e1b131290217308026e3bb321d90e9e4a54b0693.tar gpt4free-e1b131290217308026e3bb321d90e9e4a54b0693.tar.gz gpt4free-e1b131290217308026e3bb321d90e9e4a54b0693.tar.bz2 gpt4free-e1b131290217308026e3bb321d90e9e4a54b0693.tar.lz gpt4free-e1b131290217308026e3bb321d90e9e4a54b0693.tar.xz gpt4free-e1b131290217308026e3bb321d90e9e4a54b0693.tar.zst gpt4free-e1b131290217308026e3bb321d90e9e4a54b0693.zip |
Diffstat (limited to 'g4f/Provider')
-rw-r--r-- | g4f/Provider/AmigoChat.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g4f/Provider/AmigoChat.py b/g4f/Provider/AmigoChat.py index f5027111..b086d5e1 100644 --- a/g4f/Provider/AmigoChat.py +++ b/g4f/Provider/AmigoChat.py @@ -13,7 +13,7 @@ class AmigoChat(AsyncGeneratorProvider, ProviderModelMixin): url = "https://amigochat.io/chat/" chat_api_endpoint = "https://api.amigochat.io/v1/chat/completions" image_api_endpoint = "https://api.amigochat.io/v1/images/generations" - working = True + working = False supports_stream = True supports_system_message = True supports_message_history = True |