Skip to content

Commit 9ee4639

Browse files
committed
fix: remove print
1 parent ebcd9b4 commit 9ee4639

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/memos/mem_os/product.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,6 @@ def get_suggestion_query(
677677
message_list = [{"role": "system", "content": suggestion_prompt.format(memories=memories)}]
678678
response = self.chat_llm.generate(message_list)
679679
clean_response = clean_json_response(response)
680-
print(f"clean_response: {clean_response}")
681680
response_json = json.loads(clean_response)
682681
return response_json["query"]
683682

0 commit comments

Comments
 (0)