fix multimodal functionality and version bump -> 0.1.62 (#2296)
This commit is contained in:
@@ -62,8 +62,7 @@ def get_image_description(image_url):
|
||||
{"type": "image_url", "image_url": {"url": image_url}},
|
||||
],
|
||||
},
|
||||
],
|
||||
max_tokens=100,
|
||||
]
|
||||
)
|
||||
return response
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "mem0ai"
|
||||
version = "0.1.61"
|
||||
version = "0.1.62"
|
||||
description = "Long-term memory for AI Agents"
|
||||
authors = ["Mem0 <founders@mem0.ai>"]
|
||||
exclude = [
|
||||
|
||||
Reference in New Issue
Block a user