diff options
author | Tekky <98614666+xtekky@users.noreply.github.com> | 2023-10-08 14:21:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-08 14:21:21 +0200 |
commit | d804b20694c8ffc88355adee610d1424a1df1263 (patch) | |
tree | 9750cb102284d9445d60c539f4e6d3586603e917 /g4f/models.py | |
parent | ~ | `v-0.1.5.5` (diff) | |
parent | Add Messages and AsyncResult typing (diff) | |
download | gpt4free-d804b20694c8ffc88355adee610d1424a1df1263.tar gpt4free-d804b20694c8ffc88355adee610d1424a1df1263.tar.gz gpt4free-d804b20694c8ffc88355adee610d1424a1df1263.tar.bz2 gpt4free-d804b20694c8ffc88355adee610d1424a1df1263.tar.lz gpt4free-d804b20694c8ffc88355adee610d1424a1df1263.tar.xz gpt4free-d804b20694c8ffc88355adee610d1424a1df1263.tar.zst gpt4free-d804b20694c8ffc88355adee610d1424a1df1263.zip |
Diffstat (limited to 'g4f/models.py')
-rw-r--r-- | g4f/models.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/g4f/models.py b/g4f/models.py index ddd39993..b4247703 100644 --- a/g4f/models.py +++ b/g4f/models.py @@ -19,6 +19,8 @@ from .Provider import ( Vercel, DeepAi, Aichat, + GPTalk, + GptGod, AiAsk, GptGo, Ylokh, @@ -53,7 +55,8 @@ gpt_35_long = Model( base_provider = 'openai', best_provider = RetryProvider([ AiAsk, Aibn, Aichat, ChatForAi, ChatgptAi, ChatgptDemo, ChatgptDuo, - FreeGpt, GptGo, Liaobots, Myshell, Vitalentum, Ylokh, You, Yqcloud + FreeGpt, GptGo, Liaobots, Myshell, Vitalentum, Ylokh, You, Yqcloud, + GPTalk, GptGod ]) ) |