Merge pull request #1 from HexyeDEV/patch-3

Update models.py
This commit is contained in:
Hexye 2023-10-04 23:00:29 +02:00 committed by GitHub
commit 3f0a738fe7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,7 @@ from .Provider import (
Aibn,
Bing,
H2o,
Cromicle,
)
@dataclass(unsafe_hash=True)
@ -54,7 +55,7 @@ gpt_35_turbo = Model(
name = 'gpt-3.5-turbo',
base_provider = 'openai',
best_provider = RetryProvider([
DeepAi, ChatgptLogin, ChatgptAi, Aivvm, GptGo, AItianhu, Aichat, AItianhuSpace, Myshell, Aibn, ChatForAi, FreeGpt, Ylokh,
DeepAi, ChatgptLogin, ChatgptAi, Aivvm, GptGo, AItianhu, Aichat, AItianhuSpace, Myshell, Aibn, ChatForAi, FreeGpt, Ylokh, Cromicle
])
)