chore: Parametro del Modelo.

This commit is contained in:
2026-03-05 20:12:15 -05:00
parent 9910fb3023
commit c59169ac7d

View File

@@ -44,7 +44,9 @@ class LLMFactory:
def _create_deepseek(self):
model_name = "deepseek-chat"
model = ChatDeepSeek(
model=model_name
model=model_name,
temperature=1,
max_retries=3,
)
return model