diff --git a/env.example b/env.example index d449627b..b7dcaacc 100644 --- a/env.example +++ b/env.example @@ -176,7 +176,7 @@ LLM_BINDING_API_KEY=your_api_key ### OpenAI Specific Parameters ### To mitigate endless output, set the temperature to a highter value -# OPENAI_LLM_TEMPERATURE=0.8 +# OPENAI_LLM_TEMPERATURE=0.95 ### OpenRouter Specific Parameters # OPENAI_LLM_EXTRA_BODY='{"reasoning": {"enabled": false}}'