dfa32412 commited on
Commit
fbd83da
·
verified ·
1 Parent(s): 9d66252

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +14 -10
app.py CHANGED
@@ -46,17 +46,21 @@ TOKEN_INDEX = 0
46
 
47
  # 模型映射表
48
  MODEL_MAPPING = {
49
- "gpt-3.5-turbo": "anthropic/claude-3.5-sonnet",
50
- "gpt-4": "anthropic/claude-3.7-sonnet",
51
- "gpt-4o": "openai/gpt-4o",
52
- "o1": "openai/o1",
53
- "o3-mini": "openai/o3-mini",
54
- "gpt-4-turbo": "openai/gpt-4o",
55
  "gpt-4o-mini": "openai/gpt-4o-mini",
56
- "claude-3-sonnet-20240229": "anthropic/claude-3.5-sonnet",
57
- "claude-3-opus-20240229": "anthropic/claude-3.7-sonnet",
58
- "claude-3.5-sonnet": "anthropic/claude-3.5-sonnet",
59
- "claude-3.7-sonnet": "anthropic/claude-3.7-sonnet",
 
 
 
 
 
 
 
 
 
 
60
  }
61
 
62
  # Token负载均衡状态
 
46
 
47
  # 模型映射表
48
  MODEL_MAPPING = {
 
 
 
 
 
 
49
  "gpt-4o-mini": "openai/gpt-4o-mini",
50
+ "gpt-4o": "openai/gpt-4o",
51
+ "o1": "openai/o1",
52
+ "o3-mini": "oopenai/o3-mini",
53
+ "claude-3.5-sonnet": "anthropic/claude-3.5-sonnet",
54
+ "claude-3.7-sonnet": "anthropic/claude-3.7-sonnet",
55
+ "grok-3": "x-ai/grok-3",
56
+ "grok-3-reasoner":"x-ai/grok-3-reasoner",
57
+ "deepseek-v3":"deepseek/deepseek-chat",
58
+ "deepseek-r1":"deepseek/deepseek-r1",
59
+ "gemini-2.0-flash":"google/gemini-2.0-flash",
60
+ "gemini-2.0-pro-exp":"google/gemini-2.0-pro-exp-02-05",
61
+ "gemini-2.0-flash-thinking-exp":"google/gemini-2.0-flash-thinking-exp-1219",
62
+ "qwq-32b":"qwen/qwq-32b",
63
+ "qwen-max":"qwen/qwen-max"
64
  }
65
 
66
  # Token负载均衡状态