瀏覽代碼

Fix user_profile_extractor: remove print

StrayWarrior 2 天之前
父節點
當前提交
7654d0dfa5
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      pqai_agent/user_profile_extractor.py

+ 0 - 1
pqai_agent/user_profile_extractor.py

@@ -162,7 +162,6 @@ class UserProfileExtractor:
             logger.debug("try to extract profile from message: {}".format(dialogue_history))
             prompt_template = prompt_template or USER_PROFILE_EXTRACT_PROMPT_V2
             prompt = self.generate_extraction_prompt(user_profile, dialogue_history, prompt_template)
-            print(prompt)
             response = self.llm_client.chat.completions.create(
                 model=self.model_name,
                 messages=[