diff options
author | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2023-11-13 18:58:52 +0100 |
---|---|---|
committer | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2023-11-13 18:58:52 +0100 |
commit | 2f64bc99efed1c7ea44e116ab7db12d5f75412a1 (patch) | |
tree | 331ec9190971b8f33521f1bcf9adebc088510f70 /g4f/models.py | |
parent | Add Berlin and Koala Provider (diff) | |
download | gpt4free-2f64bc99efed1c7ea44e116ab7db12d5f75412a1.tar gpt4free-2f64bc99efed1c7ea44e116ab7db12d5f75412a1.tar.gz gpt4free-2f64bc99efed1c7ea44e116ab7db12d5f75412a1.tar.bz2 gpt4free-2f64bc99efed1c7ea44e116ab7db12d5f75412a1.tar.lz gpt4free-2f64bc99efed1c7ea44e116ab7db12d5f75412a1.tar.xz gpt4free-2f64bc99efed1c7ea44e116ab7db12d5f75412a1.tar.zst gpt4free-2f64bc99efed1c7ea44e116ab7db12d5f75412a1.zip |
Diffstat (limited to '')
-rw-r--r-- | g4f/models.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/g4f/models.py b/g4f/models.py index 0ce7b886..cdca0e3f 100644 --- a/g4f/models.py +++ b/g4f/models.py @@ -15,10 +15,8 @@ from .Provider import ( Berlin, Llama2, Vercel, - Aichat, GPTalk, Koala, - AiAsk, GptGo, Phind, Bard, @@ -42,7 +40,7 @@ default = Model( base_provider = "", best_provider = RetryProvider([ Bing, # Not fully GPT 3 or 4 - AiAsk, Aichat, ChatgptAi, FreeGpt, GptGo, GeekGpt, + ChatgptAi, GptGo, GeekGpt, Phind, You ]) ) |