From c903b148496116e0094d31a45eada49f3f4e03eb Mon Sep 17 00:00:00 2001 From: yangdx Date: Thu, 4 Sep 2025 12:04:50 +0800 Subject: [PATCH] Bump AIP version to 0214 and update env.example --- env.example | 6 +++--- lightrag/api/__init__.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/env.example b/env.example index 749ddc3d..814345a8 100644 --- a/env.example +++ b/env.example @@ -175,9 +175,9 @@ 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 and frequency penalty parameter to a highter value -# OPENAI_LLM_TEMPERATURE=1.2 -# OPENAI_FREQUENCY_PENALTY=1.5 +### To mitigate endless output, set the temperature and frequency penalty parameter to a highter value +# OPENAI_LLM_TEMPERATURE=0.8 +# OPENAI_FREQUENCY_PENALTY=1.2 ### OpenRouter Specific Parameters # OPENAI_LLM_EXTRA_BODY='{"reasoning": {"enabled": false}}' diff --git a/lightrag/api/__init__.py b/lightrag/api/__init__.py index 7cc89012..72326bb6 100644 --- a/lightrag/api/__init__.py +++ b/lightrag/api/__init__.py @@ -1 +1 @@ -__api_version__ = "0213" +__api_version__ = "0214"