diff --git a/utils/my_handle.py b/utils/my_handle.py index ea308b54..c4458146 100644 --- a/utils/my_handle.py +++ b/utils/my_handle.py @@ -1836,7 +1836,7 @@ def comment_handle(self, data): data_json["content"] += content + My_handle.config.get("after_prompt") - logging.info(f"data_json={data_json}") + logging.debug(f"data_json={data_json}") resp_content = self.llm_handle(chat_type, data_json) if resp_content is not None: