From 307767147003fe8559aff0f95cf781dfac77ae5e Mon Sep 17 00:00:00 2001 From: Hexye <65314629+HexyeDEV@users.noreply.github.com> Date: Wed, 4 Oct 2023 22:59:09 +0200 Subject: Update models.py --- g4f/models.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/g4f/models.py b/g4f/models.py index 4a6c9faf..07a9b423 100644 --- a/g4f/models.py +++ b/g4f/models.py @@ -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 ]) ) -- cgit v1.2.3