change default log level to info

This commit is contained in:
geekan 2024-04-05 21:57:37 +08:00
parent ccbe91c873
commit 80202e1c90

View file

@ -44,5 +44,5 @@ def set_llm_stream_logfunc(func):
def _llm_stream_log(msg):
if _print_level in ["DEBUG"]:
if _print_level in ["INFO"]:
print(msg, end="")