From 4a97e9f469b7669b07a0050a5497142cfbc51be4 Mon Sep 17 00:00:00 2001 From: yangdx Date: Wed, 17 Sep 2025 02:31:41 +0800 Subject: [PATCH] Update env.example --- env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env.example b/env.example index 1ad15243..6eb61dcf 100644 --- a/env.example +++ b/env.example @@ -175,6 +175,7 @@ LLM_BINDING_API_KEY=your_api_key # LLM_BINDING=openai ### OpenAI Compatible API Specific Parameters +OPENAI_LLM_TEMPERATURE=0.8 ### Set the max_tokens to mitigate endless output of some LLM (less than LLM_TIMEOUT * llm_output_tokens/second, i.e. 9000 = 180s * 50 tokens/s) ### Typically, max_tokens does not include prompt content, though some models, such as Gemini Models, are exceptions ### For vLLM/SGLang doployed models, or most of OpenAI compatible API provider @@ -183,7 +184,6 @@ LLM_BINDING_API_KEY=your_api_key OPENAI_LLM_MAX_COMPLETION_TOKENS=9000 #### OpenAI's new API utilizes max_completion_tokens instead of max_tokens -# OPENAI_LLM_MAX_TOKENS=9000 # OPENAI_LLM_MAX_COMPLETION_TOKENS=9000 ### OpenRouter Specific Parameters