Skip to content

Commit 28457a0

Browse files
committed
chore: update models configuration to reorder
1 parent 8800cce commit 28457a0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

crossbar_llm/backend/models_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
MODELS_CONFIG = {
22
"OpenAI": [
3+
"gpt-5-mini",
34
"gpt-5.1",
45
"gpt-5",
56
"gpt-5-nano",
6-
"gpt-5-mini",
77
"gpt-4o",
88
"gpt-4.1",
99
"gpt-4o-mini",
@@ -19,8 +19,8 @@
1919
"claude-opus-4-1",
2020
],
2121
"Google": [
22-
"gemini-3-pro-preview",
2322
"gemini-3-flash-preview",
23+
"gemini-3-pro-preview",
2424
"gemini-2.5-pro",
2525
"gemini-2.5-flash",
2626
],

0 commit comments

Comments
 (0)