fix bug in basic_config.py.example
This commit is contained in:
parent
a938b67163
commit
ed2122a8f6
|
|
@ -6,6 +6,8 @@ import langchain
|
|||
log_verbose = False
|
||||
langchain.verbose = False
|
||||
|
||||
# 是否保存聊天记录
|
||||
SAVE_CHAT_HISTORY = False
|
||||
|
||||
# 通常情况下不需要更改以下内容
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue