From a7c74de208a18d91fd8ea156dcbd7b220cc03bce Mon Sep 17 00:00:00 2001 From: Andrej Milicevic Date: Wed, 22 Oct 2025 13:11:26 +0200 Subject: [PATCH] changed temperature for baml --- cognee/infrastructure/llm/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cognee/infrastructure/llm/config.py b/cognee/infrastructure/llm/config.py index 8fd196eaf..e1ac55405 100644 --- a/cognee/infrastructure/llm/config.py +++ b/cognee/infrastructure/llm/config.py @@ -51,7 +51,7 @@ class LLMConfig(BaseSettings): baml_llm_model: str = "gpt-5-mini" baml_llm_endpoint: str = "" baml_llm_api_key: Optional[str] = None - baml_llm_temperature: float = 0.0 + baml_llm_temperature: float = 1.0 baml_llm_api_version: str = "" transcription_model: str = "whisper-1"