kingjulio8238 / Memary

The Open Source Memory Layer For Autonomous Agents
https://finetune.dev/
MIT License
1.4k stars 98 forks source link

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

Closed seyeong-han closed 5 months ago

seyeong-han commented 5 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 5 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.