mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-12-24 11:34:02 +03:00
~
chatgptx not working
This commit is contained in:
parent
10a3832458
commit
1ade1d959c
@ -12,7 +12,7 @@ from .helper import format_prompt
|
||||
class ChatgptX(AsyncGeneratorProvider):
|
||||
url = "https://chatgptx.de"
|
||||
supports_gpt_35_turbo = True
|
||||
working = True
|
||||
working = False
|
||||
|
||||
@classmethod
|
||||
async def create_async_generator(
|
||||
|
@ -72,7 +72,7 @@ gpt_35_turbo = Model(
|
||||
name = 'gpt-3.5-turbo',
|
||||
base_provider = 'openai',
|
||||
best_provider=RetryProvider([
|
||||
ChatgptX, GptGo, You,
|
||||
GptGo, You,
|
||||
GptForLove, ChatBase,
|
||||
Chatgpt4Online,
|
||||
ChatAnywhere,
|
||||
|
Loading…
Reference in New Issue
Block a user