Spaces:
Running
Running
Update modules/config.py
Browse files- modules/config.py +1 -1
modules/config.py
CHANGED
|
@@ -184,7 +184,7 @@ OPENROUTER_API_KEY: str = _get_key("OPENROUTER_API_KEY")
|
|
| 184 |
# 🧠 MODELOS DE IA
|
| 185 |
# ============================================================
|
| 186 |
# Modelos principais (ordem de preferência)
|
| 187 |
-
OPENROUTER_MODEL: str = "
|
| 188 |
MISTRAL_MODEL: str = "mistral-large-latest"
|
| 189 |
GEMINI_MODEL: str = "gemini-pro"
|
| 190 |
GROQ_MODEL: str = "groq/compound"
|
|
|
|
| 184 |
# 🧠 MODELOS DE IA
|
| 185 |
# ============================================================
|
| 186 |
# Modelos principais (ordem de preferência)
|
| 187 |
+
OPENROUTER_MODEL: str = "nvidia/nemotron-3-super-120b-a12b:free"
|
| 188 |
MISTRAL_MODEL: str = "mistral-large-latest"
|
| 189 |
GEMINI_MODEL: str = "gemini-pro"
|
| 190 |
GROQ_MODEL: str = "groq/compound"
|