Skip to content

Commit 0213f8a

Browse files
author
jiangtao
committed
add print log
1 parent d5b533a commit 0213f8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/connection.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ def isNeedAuth(self):
189189
return not self.is_device_verified
190190

191191
def chat(self, query):
192+
self.logger.bind(tag=TAG).info(f"开始处理对话: {self.headers}")
192193
# 如果设备未验证,就发送验证码
193194
if self.isNeedAuth():
194195
self.llm_finish_task = True

0 commit comments

Comments
 (0)