dfa32412 commited on
Commit
2d59b08
·
verified ·
1 Parent(s): 61c3332

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -49,6 +49,8 @@ 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
  "gpt-4-turbo": "openai/gpt-4o",
53
  "gpt-4o-mini": "openai/gpt-4o-mini",
54
  "claude-3-sonnet-20240229": "anthropic/claude-3.5-sonnet",
 
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": "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",