Update env.example

This commit is contained in:
yangdx 2025-09-05 17:13:29 +08:00
parent a1df76a4ea
commit 2db7e4a3e8

View file

@ -175,9 +175,8 @@ LLM_BINDING_API_KEY=your_api_key
# LLM_BINDING=openai
### OpenAI Specific Parameters
### To mitigate endless output, set the temperature and frequency penalty parameter to a highter value
### To mitigate endless output, set the temperature to a highter value
# OPENAI_LLM_TEMPERATURE=0.8
# OPENAI_FREQUENCY_PENALTY=1.2
### OpenRouter Specific Parameters
# OPENAI_LLM_EXTRA_BODY='{"reasoning": {"enabled": false}}'