chore: Parametro del Modelo.
This commit is contained in:
@@ -44,7 +44,9 @@ class LLMFactory:
|
|||||||
def _create_deepseek(self):
|
def _create_deepseek(self):
|
||||||
model_name = "deepseek-chat"
|
model_name = "deepseek-chat"
|
||||||
model = ChatDeepSeek(
|
model = ChatDeepSeek(
|
||||||
model=model_name
|
model=model_name,
|
||||||
|
temperature=1,
|
||||||
|
max_retries=3,
|
||||||
)
|
)
|
||||||
|
|
||||||
return model
|
return model
|
||||||
|
|||||||
Reference in New Issue
Block a user