akra35567 commited on
Commit
d81e91f
·
1 Parent(s): cfd9338

Update modules/config.py

Browse files
Files changed (1) hide show
  1. 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 = 500
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!"