Skip to content

Commit

Permalink
feat: exclude ChatBase for gpt4free
Browse files Browse the repository at this point in the history
  • Loading branch information
RockChinQ committed Oct 30, 2023
1 parent f1356ba commit d0c9b50
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 @@ -131,7 +131,8 @@ async def _select_provider(self):
exclude = [
'Acytoo',
'BaseProvider',
'Bing'
'Bing',
'ChatBase'
]

for provider in providers:
Expand Down

0 comments on commit d0c9b50

Please sign in to comment.