ParthSadaria commited on
Commit
071c8d9
·
verified ·
1 Parent(s): 5fdc73d

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +7 -2
main.py CHANGED
@@ -120,8 +120,13 @@ alternate_models = { # heh, should work now
120
  claude_3_models = { # Models for the new endpoint
121
  "claude-3-7-sonnet",
122
  "claude-3-7-sonnet-thinking",
123
- "claude-3-5-haiku",
124
- "claude-3-5-sonnet"
 
 
 
 
 
125
  }
126
 
127
 
 
120
  claude_3_models = { # Models for the new endpoint
121
  "claude-3-7-sonnet",
122
  "claude-3-7-sonnet-thinking",
123
+ "claude 3.5 haiku",
124
+ "claude 3.5 sonnet",
125
+ "claude 3.5 haiku",
126
+ "o3-mini-medium",
127
+ "o3-mini-high",
128
+ "grok-3",
129
+ "grok-3-thinking"
130
  }
131
 
132