chatgptx not working
This commit is contained in:
abc 2023-11-24 14:20:22 +00:00
parent 10a3832458
commit 1ade1d959c
2 changed files with 2 additions and 2 deletions

View File

@ -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(

View File

@ -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,