changed temperature for baml

This commit is contained in:
Andrej Milicevic 2025-10-22 13:11:26 +02:00
parent bb756a0e19
commit a7c74de208

View file

@ -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"