pvanand commited on
Commit
fe6eef4
·
verified ·
1 Parent(s): dd871e9

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +7 -1
main.py CHANGED
@@ -54,7 +54,13 @@ ModelID = Literal[
54
  "anthropic/claude-3-haiku",
55
  "openai/gpt-3.5-turbo-instruct",
56
  "qwen/qwen-72b-chat",
57
- "google/gemma-2-27b-it"
 
 
 
 
 
 
58
  ]
59
 
60
  # Pydantic models
 
54
  "anthropic/claude-3-haiku",
55
  "openai/gpt-3.5-turbo-instruct",
56
  "qwen/qwen-72b-chat",
57
+ "google/gemma-2-27b-it",
58
+ "openai/chatgpt-4o-latest",
59
+ "deepseek/deepseek-chat",
60
+ "meta-llama/llama-3.3-70b-instruct",
61
+ "google/gemini-2.0-flash-exp:free",
62
+ "google/gemini-flash-1.5",
63
+ "google/gemini-pro-1.5"
64
  ]
65
 
66
  # Pydantic models