Update app.py
Browse files
app.py
CHANGED
|
@@ -11,6 +11,7 @@ MODEL_OPTIONS = [
|
|
| 11 |
"openai/gpt-4o-mini-2024-07-18",
|
| 12 |
"openai/chatgpt-4o-latest",
|
| 13 |
"anthropic/claude-3.5-sonnet",
|
|
|
|
| 14 |
"google/gemini-pro-1.5",
|
| 15 |
"google/gemini-flash-1.5",
|
| 16 |
"cohere/command-r-plus",
|
|
|
|
| 11 |
"openai/gpt-4o-mini-2024-07-18",
|
| 12 |
"openai/chatgpt-4o-latest",
|
| 13 |
"anthropic/claude-3.5-sonnet",
|
| 14 |
+
"anthropic/claude-3.5-haiku",
|
| 15 |
"google/gemini-pro-1.5",
|
| 16 |
"google/gemini-flash-1.5",
|
| 17 |
"cohere/command-r-plus",
|