Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,6 @@ OPENROUTER_API_KEY = "sk-or-v1-60036e491e1e7319dc4a55e913c0393b00a476b475ddfba59
|
|
| 11 |
TEXT_MODELS = {
|
| 12 |
"Mistral Small": "mistralai/mistral-small-3.2-24b-instruct:free",
|
| 13 |
"Claude 3 Haiku": "anthropic/claude-3-haiku",
|
| 14 |
-
"Qwen": "qwen/qwen2.5-32b-instruct:free",
|
| 15 |
"Mistral 3.1": "mistralai/mistral-small-3.1-24b-instruct:free",
|
| 16 |
"Gemma": "google/gemma-3-4b-it:free",
|
| 17 |
}
|
|
@@ -238,8 +237,6 @@ with gr.Blocks(title="OpenRouter AI Multi-Modal Interface", css="style.css") as
|
|
| 238 |
"""
|
| 239 |
### Available Text Models
|
| 240 |
- **Mistral Small**: Powerful language model from Mistral AI
|
| 241 |
-
|
| 242 |
-
- **Qwen**: Alibaba's large language model
|
| 243 |
- **Mistral 3.1**: Earlier version of Mistral's model
|
| 244 |
- **Gemma**: Google's lightweight language model
|
| 245 |
- **Llama 3**: Meta's large language model
|
|
|
|
| 11 |
TEXT_MODELS = {
|
| 12 |
"Mistral Small": "mistralai/mistral-small-3.2-24b-instruct:free",
|
| 13 |
"Claude 3 Haiku": "anthropic/claude-3-haiku",
|
|
|
|
| 14 |
"Mistral 3.1": "mistralai/mistral-small-3.1-24b-instruct:free",
|
| 15 |
"Gemma": "google/gemma-3-4b-it:free",
|
| 16 |
}
|
|
|
|
| 237 |
"""
|
| 238 |
### Available Text Models
|
| 239 |
- **Mistral Small**: Powerful language model from Mistral AI
|
|
|
|
|
|
|
| 240 |
- **Mistral 3.1**: Earlier version of Mistral's model
|
| 241 |
- **Gemma**: Google's lightweight language model
|
| 242 |
- **Llama 3**: Meta's large language model
|