diff options
author | Tekky <98614666+xtekky@users.noreply.github.com> | 2024-11-15 11:58:58 +0100 |
---|---|---|
committer | Tekky <98614666+xtekky@users.noreply.github.com> | 2024-11-15 11:58:58 +0100 |
commit | 6ac545445a6abd80b5e664165442f3eccef8dd24 (patch) | |
tree | 4742a90026cb797a5f862c099523935e3659e83b /g4f/Provider/Allyfy.py | |
parent | Ai4Chat not working (diff) | |
download | gpt4free-6ac545445a6abd80b5e664165442f3eccef8dd24.tar gpt4free-6ac545445a6abd80b5e664165442f3eccef8dd24.tar.gz gpt4free-6ac545445a6abd80b5e664165442f3eccef8dd24.tar.bz2 gpt4free-6ac545445a6abd80b5e664165442f3eccef8dd24.tar.lz gpt4free-6ac545445a6abd80b5e664165442f3eccef8dd24.tar.xz gpt4free-6ac545445a6abd80b5e664165442f3eccef8dd24.tar.zst gpt4free-6ac545445a6abd80b5e664165442f3eccef8dd24.zip |
Diffstat (limited to '')
-rw-r--r-- | g4f/Provider/not_working/Allyfy.py (renamed from g4f/Provider/Allyfy.py) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/g4f/Provider/Allyfy.py b/g4f/Provider/not_working/Allyfy.py index 51f44963..a1c73499 100644 --- a/g4f/Provider/Allyfy.py +++ b/g4f/Provider/not_working/Allyfy.py @@ -4,15 +4,15 @@ import asyncio import json import uuid from aiohttp import ClientSession -from ..typing import AsyncResult, Messages -from .base_provider import AsyncGeneratorProvider, ProviderModelMixin -from .helper import format_prompt +from ...typing import AsyncResult, Messages +from ..base_provider import AsyncGeneratorProvider, ProviderModelMixin +from ..helper import format_prompt class Allyfy(AsyncGeneratorProvider, ProviderModelMixin): url = "https://allyfy.chat" api_endpoint = "https://chatbot.allyfy.chat/api/v1/message/stream/super/chat" - working = True + working = False supports_stream = True supports_system_message = True supports_message_history = True |