fix bug in basic_config.py.example

This commit is contained in:
imClumsyPanda 2023-11-06 21:49:05 +08:00
parent a938b67163
commit ed2122a8f6
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ import langchain
log_verbose = False
langchain.verbose = False
# 是否保存聊天记录
SAVE_CHAT_HISTORY = False
# 通常情况下不需要更改以下内容