summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkqlio67 <166700875+kqlio67@users.noreply.github.com>2024-07-27 15:30:07 +0200
committerkqlio67 <166700875+kqlio67@users.noreply.github.com>2024-07-27 15:30:07 +0200
commit7e5744677d41269c1912ed3f209f77d71e580c5f (patch)
tree9e450c69ba2561220509391426096d28f5fb4c8d
parentFixed error g4f/models.py (diff)
downloadgpt4free-7e5744677d41269c1912ed3f209f77d71e580c5f.tar
gpt4free-7e5744677d41269c1912ed3f209f77d71e580c5f.tar.gz
gpt4free-7e5744677d41269c1912ed3f209f77d71e580c5f.tar.bz2
gpt4free-7e5744677d41269c1912ed3f209f77d71e580c5f.tar.lz
gpt4free-7e5744677d41269c1912ed3f209f77d71e580c5f.tar.xz
gpt4free-7e5744677d41269c1912ed3f209f77d71e580c5f.tar.zst
gpt4free-7e5744677d41269c1912ed3f209f77d71e580c5f.zip
-rw-r--r--g4f/models.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/g4f/models.py b/g4f/models.py
index cf1e93c3..21079507 100644
--- a/g4f/models.py
+++ b/g4f/models.py
@@ -161,9 +161,7 @@ gpt_4_32k_0613 = Model(
gpt_4_turbo = Model(
name = 'gpt-4-turbo',
base_provider = 'openai',
- best_provider = IterListProvider([
- Bing, Liaobots
- ])
+ best_provider = Bing
)
gpt_4o = Model(