diff options
author | Tekky <98614666+xtekky@users.noreply.github.com> | 2024-11-15 11:09:21 +0100 |
---|---|---|
committer | Tekky <98614666+xtekky@users.noreply.github.com> | 2024-11-15 11:09:21 +0100 |
commit | a64dc73a8c56b11f14e2a50ca7fe10b3bf7e844a (patch) | |
tree | 1914e7ea155bc101d243c2366bf59a448c345f4d | |
parent | ### refactor(g4f/Provider/Blackbox.py): Optimize fetch_validated method (diff) | |
download | gpt4free-kqlio67-main.tar gpt4free-kqlio67-main.tar.gz gpt4free-kqlio67-main.tar.bz2 gpt4free-kqlio67-main.tar.lz gpt4free-kqlio67-main.tar.xz gpt4free-kqlio67-main.tar.zst gpt4free-kqlio67-main.zip |
-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 87dcd988..3a9de667 100644 --- a/g4f/models.py +++ b/g4f/models.py @@ -96,7 +96,7 @@ default = Model( gpt_35_turbo = Model( name = 'gpt-3.5-turbo', base_provider = 'OpenAI', - best_provider = IterListProvider([DarkAI, Liaobots, Allyfy]) + best_provider = IterListProvider([Airforce, DarkAI]) ) # gpt-4 |