From 2db7e4a3e87d4818cb03aefeb02dcd739d2f39b3 Mon Sep 17 00:00:00 2001 From: yangdx Date: Fri, 5 Sep 2025 17:13:29 +0800 Subject: [PATCH] Update env.example --- env.example | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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}}'