diff --git a/env.example b/env.example index 35a1e5fa..41abd61b 100644 --- a/env.example +++ b/env.example @@ -175,6 +175,7 @@ LLM_BINDING_API_KEY=your_api_key # LLM_BINDING=openai ### OpenAI Specific Parameters +### To mitigate endless output loops and prevent greedy decoding for Qwen3, set the temperature parameter to a value between 0.8 and 1.0 # OPENAI_LLM_TEMPERATURE=1.0 # OPENAI_LLM_REASONING_EFFORT=low ### For models like Qwen3 with fewer than 32B param, it is recommended to set the presence penalty to 1.5