Skip to content

Commit 22709ca

Browse files
committed
chore(backend config): lower default openai_temperature to 0.35 for voice fidelity
1 parent 04fb8d5 commit 22709ca

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ class Settings(BaseSettings):
1313
openai_embedding_model: str = "text-embedding-3-small"
1414
openai_embedding_dimensions: int = 1536
1515
openai_response_model: str = "gpt-4o-mini"
16+
openai_temperature: float = 0.35
1617
rag_top_k: int = 4
1718

1819
# ElevenLabs

0 commit comments

Comments
 (0)