We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebcd9b4 commit 9ee4639Copy full SHA for 9ee4639
src/memos/mem_os/product.py
@@ -677,7 +677,6 @@ def get_suggestion_query(
677
message_list = [{"role": "system", "content": suggestion_prompt.format(memories=memories)}]
678
response = self.chat_llm.generate(message_list)
679
clean_response = clean_json_response(response)
680
- print(f"clean_response: {clean_response}")
681
response_json = json.loads(clean_response)
682
return response_json["query"]
683
0 commit comments