diff options
author | H Lohaus <hlohaus@users.noreply.github.com> | 2024-02-09 08:51:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-09 08:51:49 +0100 |
commit | 1d6709dafc27f7ce64df235b20ad47e2d3486ab0 (patch) | |
tree | 59e40d1130f97d219aacc9de37f4d3f6f2bc3274 /g4f/models.py | |
parent | Merge pull request #1564 from hlohaus/gemini (diff) | |
parent | Fix Phind Provider / add generate_challenge (diff) | |
download | gpt4free-1d6709dafc27f7ce64df235b20ad47e2d3486ab0.tar gpt4free-1d6709dafc27f7ce64df235b20ad47e2d3486ab0.tar.gz gpt4free-1d6709dafc27f7ce64df235b20ad47e2d3486ab0.tar.bz2 gpt4free-1d6709dafc27f7ce64df235b20ad47e2d3486ab0.tar.lz gpt4free-1d6709dafc27f7ce64df235b20ad47e2d3486ab0.tar.xz gpt4free-1d6709dafc27f7ce64df235b20ad47e2d3486ab0.tar.zst gpt4free-1d6709dafc27f7ce64df235b20ad47e2d3486ab0.zip |
Diffstat (limited to 'g4f/models.py')
-rw-r--r-- | g4f/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g4f/models.py b/g4f/models.py index dd8e175d..ed86024e 100644 --- a/g4f/models.py +++ b/g4f/models.py @@ -89,7 +89,7 @@ gpt_4 = Model( name = 'gpt-4', base_provider = 'openai', best_provider = RetryProvider([ - Bing, Phind, Liaobots, + Bing, Liaobots, ]) ) |