Spaces:
Running
Running
OraCatQAQ
commited on
Commit
·
92a01b7
1
Parent(s):
4d49c3c
Add new model mappings to app.py
Browse files
app.py
CHANGED
@@ -54,6 +54,17 @@ MODEL_MAPPING = {
|
|
54 |
"claude-3-opus-20240229": "anthropic/claude-3.7-sonnet",
|
55 |
"claude-3.5-sonnet": "anthropic/claude-3.5-sonnet",
|
56 |
"claude-3.7-sonnet": "anthropic/claude-3.7-sonnet",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
57 |
}
|
58 |
|
59 |
# 请求头
|
|
|
54 |
"claude-3-opus-20240229": "anthropic/claude-3.7-sonnet",
|
55 |
"claude-3.5-sonnet": "anthropic/claude-3.5-sonnet",
|
56 |
"claude-3.7-sonnet": "anthropic/claude-3.7-sonnet",
|
57 |
+
"o1": "openai/o1",
|
58 |
+
"o3-mini": "openai/o3-mini",
|
59 |
+
"gemini-2.0-flash": "google/gemini-2.0-flash",
|
60 |
+
"gemini-2.0-pro-exp-02-05": "google/gemini-2.0-pro-exp-02-05",
|
61 |
+
"gemini-2.0-flash-thinking-exp-1219": "google/gemini-2.0-flash-thinking-exp-1219",
|
62 |
+
"grok-3": "x-ai/grok-3",
|
63 |
+
"grok-3-reasoner": "x-ai/grok-3-reasoner",
|
64 |
+
"deepseek-chat": "deepseek/deepseek-chat",
|
65 |
+
"deepseek-r1": "deepseek/deepseek-r1",
|
66 |
+
"qwq-32b": "qwen/qwq-32b",
|
67 |
+
"qwen-max": "qwen/qwen-max"
|
68 |
}
|
69 |
|
70 |
# 请求头
|