changed temperature for baml
This commit is contained in:
parent
bb756a0e19
commit
a7c74de208
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ class LLMConfig(BaseSettings):
|
||||||
baml_llm_model: str = "gpt-5-mini"
|
baml_llm_model: str = "gpt-5-mini"
|
||||||
baml_llm_endpoint: str = ""
|
baml_llm_endpoint: str = ""
|
||||||
baml_llm_api_key: Optional[str] = None
|
baml_llm_api_key: Optional[str] = None
|
||||||
baml_llm_temperature: float = 0.0
|
baml_llm_temperature: float = 1.0
|
||||||
baml_llm_api_version: str = ""
|
baml_llm_api_version: str = ""
|
||||||
|
|
||||||
transcription_model: str = "whisper-1"
|
transcription_model: str = "whisper-1"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue