Skip to content

Commit

Permalink
Merge pull request #653 from Ikaros-521/owner
Browse files Browse the repository at this point in the history
删除测试日志输出
  • Loading branch information
Ikaros-521 committed Feb 24, 2024
2 parents 1872178 + 11f4185 commit 3a20ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/my_handle.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3a20ab0

Please sign in to comment.