Skip to content

Commit

Permalink
~
Browse files Browse the repository at this point in the history
chatgptx not working
  • Loading branch information
xtekky committed Nov 24, 2023
1 parent 10a3832 commit 1ade1d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion g4f/Provider/ChatgptX.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
class ChatgptX(AsyncGeneratorProvider):
url = "https://chatgptx.de"
supports_gpt_35_turbo = True
working = True
working = False

@classmethod
async def create_async_generator(
Expand Down
2 changes: 1 addition & 1 deletion g4f/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def __all__() -> list[str]:
name = 'gpt-3.5-turbo',
base_provider = 'openai',
best_provider=RetryProvider([
ChatgptX, GptGo, You,
GptGo, You,
GptForLove, ChatBase,
Chatgpt4Online,
ChatAnywhere,
Expand Down

0 comments on commit 1ade1d9

Please sign in to comment.