mirror of
https://github.com/xtekky/gpt4free.git
synced 2026-01-06 01:02:13 -08:00
Disable not working providers:
EasyChat, Equing, GetGpt, Liaobots and Wuguokai No and random best provider for a model Update providers in Readme
This commit is contained in:
parent
d076909cb9
commit
618addd001
10 changed files with 122 additions and 96 deletions
|
|
@ -31,7 +31,7 @@ models = {
|
|||
|
||||
class Liaobots(AsyncGeneratorProvider):
|
||||
url = "https://liaobots.com"
|
||||
working = True
|
||||
working = False
|
||||
supports_gpt_35_turbo = True
|
||||
supports_gpt_4 = True
|
||||
_auth_code = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue