Update (g4f/Provider/not_working/)

This commit is contained in:
kqlio67 2024-11-06 17:29:16 +02:00
parent e98793d0a7
commit 4db68386fa
4 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@ class Ai4Chat(AsyncGeneratorProvider, ProviderModelMixin):
label = "AI4Chat"
url = "https://www.ai4chat.co"
api_endpoint = "https://www.ai4chat.co/generate-response"
working = True
working = False
supports_stream = True
supports_system_message = True
supports_message_history = True

View File

@ -11,7 +11,7 @@ class AiChatOnline(AsyncGeneratorProvider, ProviderModelMixin):
site_url = "https://aichatonline.org"
url = "https://aichatonlineorg.erweima.ai"
api_endpoint = "/aichatonline/api/chat/gpt"
working = True
working = False
default_model = 'gpt-4o-mini'
@classmethod

View File

@ -9,7 +9,7 @@ from ..helper import format_prompt
class Chatgpt4o(AsyncProvider, ProviderModelMixin):
url = "https://chatgpt4o.one"
working = True
working = False
_post_id = None
_nonce = None
default_model = 'gpt-4o-mini-2024-07-18'

View File

@ -10,7 +10,7 @@ class GPROChat(AsyncGeneratorProvider, ProviderModelMixin):
label = "GPROChat"
url = "https://gprochat.com"
api_endpoint = "https://gprochat.com/api/generate"
working = True
working = False
supports_stream = True
supports_message_history = True
default_model = 'gemini-pro'