Update app.py
Browse files
app.py
CHANGED
|
@@ -12,6 +12,7 @@ MODEL_OPTIONS = [
|
|
| 12 |
"openai/gpt-4o-2024-11-20",
|
| 13 |
"anthropic/claude-3.5-sonnet",
|
| 14 |
"google/gemini-pro-1.5",
|
|
|
|
| 15 |
"cohere/command-r-plus",
|
| 16 |
"meta-llama/llama-3.1-405b-instruct",
|
| 17 |
"nvidia/llama-3.1-nemotron-70b-instruct",
|
|
|
|
| 12 |
"openai/gpt-4o-2024-11-20",
|
| 13 |
"anthropic/claude-3.5-sonnet",
|
| 14 |
"google/gemini-pro-1.5",
|
| 15 |
+
"google/gemini-flash-1.5",
|
| 16 |
"cohere/command-r-plus",
|
| 17 |
"meta-llama/llama-3.1-405b-instruct",
|
| 18 |
"nvidia/llama-3.1-nemotron-70b-instruct",
|