Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ AVAILABLE_MODELS = [
|
|
23 |
"anthropic/claude-3-opus",
|
24 |
"anthropic/claude-3-sonnet",
|
25 |
"meta-llama/llama-3-70b-instruct",
|
26 |
-
"google/gemini-pro"
|
27 |
"deepseek/deepseek-chat-v3-0324:free"
|
28 |
]
|
29 |
|
|
|
23 |
"anthropic/claude-3-opus",
|
24 |
"anthropic/claude-3-sonnet",
|
25 |
"meta-llama/llama-3-70b-instruct",
|
26 |
+
"google/gemini-pro",
|
27 |
"deepseek/deepseek-chat-v3-0324:free"
|
28 |
]
|
29 |
|