kingjulio8238 / memary

Human Memory for AI Agents.
https://www.memarylabs.com
MIT License
1.14k stars 79 forks source link

[FIX&FEAT] 6 fix message initializing bug #7

Closed seyeong-han closed 2 months ago

seyeong-han commented 2 months ago

Update

message_contents = [ message.to_dict()['content'] for message in messages ]

llm_message_chatgpt = { "model": self.model, "messages": [{ "role": "user", "content": "Summarize these previous conversations into 50 words:"

To Reviewers

kevinl424 commented 2 months ago

Docstrings are very descriptive nice! Also the video was very helpful. Going to merge this into main and work off of a UI branch.