Spaces:
Sleeping
Sleeping
Update main.py
Browse files
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
|