diff --git a/env.example b/env.example index 814345a8..d449627b 100644 --- a/env.example +++ b/env.example @@ -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}}'