From 1afc14d7faff69099d53e769a36c643cb73ffa5d Mon Sep 17 00:00:00 2001 From: Fangyin Cheng Date: Fri, 20 Dec 2024 16:18:51 +0800 Subject: [PATCH] chore: Modify env config --- .env.template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.template b/.env.template index 51711aaf9..45e57f64c 100644 --- a/.env.template +++ b/.env.template @@ -335,7 +335,7 @@ DBGPT_LOG_LEVEL=INFO ## Turn off notebook display Python flow , which is enabled by default NOTE_BOOK_ENABLE=False -# The agent historical message retention configuration defaults to the last two rounds. -MESSAGES_KEEP_START_ROUNDS=0 -MESSAGES_KEEP_END_ROUNDS=2 +## The agent historical message retention configuration defaults to the last two rounds. +# MESSAGES_KEEP_START_ROUNDS=0 +# MESSAGES_KEEP_END_ROUNDS=2