Spaces:
Running
Running
Update modules/config.py
Browse files- modules/config.py +1 -1
modules/config.py
CHANGED
|
@@ -112,7 +112,7 @@ MISTRAL_MODEL: str = "mistral-large-latest"
|
|
| 112 |
GEMINI_MODEL: str = "gemini-2.5-flash"
|
| 113 |
|
| 114 |
# PARÂMETROS
|
| 115 |
-
MAX_TOKENS: int =
|
| 116 |
TOP_P: float = 0.9
|
| 117 |
USAR_NOME_PROBABILIDADE: float = 0.1
|
| 118 |
FALLBACK_RESPONSE: str = "Desculpa, puto, o modelo tá off hoje. Tenta depois!"
|
|
|
|
| 112 |
GEMINI_MODEL: str = "gemini-2.5-flash"
|
| 113 |
|
| 114 |
# PARÂMETROS
|
| 115 |
+
MAX_TOKENS: int = 1000
|
| 116 |
TOP_P: float = 0.9
|
| 117 |
USAR_NOME_PROBABILIDADE: float = 0.1
|
| 118 |
FALLBACK_RESPONSE: str = "Desculpa, puto, o modelo tá off hoje. Tenta depois!"
|