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:
Heiner Lohaus 2023-09-12 04:40:10 +02:00
parent d076909cb9
commit 618addd001
10 changed files with 122 additions and 96 deletions

View file

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