summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkqlio67 <kqlio67@users.noreply.github.com>2024-10-15 11:31:07 +0200
committerkqlio67 <kqlio67@users.noreply.github.com>2024-10-15 11:31:07 +0200
commit73ecaffd93a707cce6884c46175c0fdad59ec941 (patch)
tree0e6535a77a3589f54563b3f1ea8d86dc79bc2148
parentUpdated(g4f/gui/server/api.py) (diff)
downloadgpt4free-73ecaffd93a707cce6884c46175c0fdad59ec941.tar
gpt4free-73ecaffd93a707cce6884c46175c0fdad59ec941.tar.gz
gpt4free-73ecaffd93a707cce6884c46175c0fdad59ec941.tar.bz2
gpt4free-73ecaffd93a707cce6884c46175c0fdad59ec941.tar.lz
gpt4free-73ecaffd93a707cce6884c46175c0fdad59ec941.tar.xz
gpt4free-73ecaffd93a707cce6884c46175c0fdad59ec941.tar.zst
gpt4free-73ecaffd93a707cce6884c46175c0fdad59ec941.zip
Diffstat (limited to '')
-rw-r--r--g4f/models.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/g4f/models.py b/g4f/models.py
index be07c6a7..f124cf86 100644
--- a/g4f/models.py
+++ b/g4f/models.py
@@ -1,3 +1,4 @@
+# g4f/models.py
from __future__ import annotations
from dataclasses import dataclass
@@ -126,7 +127,7 @@ gpt_35_turbo = Model(
gpt_4o = Model(
name = 'gpt-4o',
base_provider = 'OpenAI',
- best_provider = IterListProvider([NexraChatGPT4o, ChatGptEs, AmigoChat, DarkAI, Liaobots, Airforce, OpenaiChat])
+ best_provider = IterListProvider([NexraChatGPT4o, Blackbox, ChatGptEs, AmigoChat, DarkAI, Liaobots, Airforce, OpenaiChat])
)
gpt_4o_mini = Model(