Browse Source

Fix user_profile_extractor: remove print

StrayWarrior 2 ngày trước cách đây
mục cha
commit
7654d0dfa5
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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=[