mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-12-23 19:11:48 +03:00
Update (g4f/Provider/not_working/)
This commit is contained in:
parent
e98793d0a7
commit
4db68386fa
@ -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
|
||||
|
@ -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
|
||||
|
@ -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'
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user