Skip to content

Commit

Permalink
feat: exclude ChatgptDemo source
Browse files Browse the repository at this point in the history
  • Loading branch information
RockChinQ committed Oct 30, 2023
1 parent 93b3fa6 commit 5c8dc80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion free_one_api/impls/adapter/gpt4free.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@ async def _select_provider(self):
'Acytoo',
'BaseProvider',
'Bing',
'ChatBase'
'ChatBase',
'ChatgptDemo',
]

for provider in providers:
Expand Down

0 comments on commit 5c8dc80

Please sign in to comment.