langchain日志开关

This commit is contained in:
glide-the 2023-09-17 14:17:38 +08:00
parent bb7ce601fc
commit 7d31e84cc7
1 changed files with 2 additions and 1 deletions

View File

@ -1,9 +1,10 @@
import logging
import os
import langchain
# 是否显示详细日志
log_verbose = False
langchain.verbose = False
# 通常情况下不需要更改以下内容