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 10d3209 commit fb3eef6Copy full SHA for fb3eef6
mem0/client/main.py
@@ -81,7 +81,7 @@ def __init__(
81
self.user_id = get_user_id()
82
83
if not self.api_key:
84
- raise ValueError("API Key not provided. Please provide an API Key.")
+ raise ValueError("Mem0 API Key not provided. Please provide an API Key.")
85
86
self.client = httpx.Client(
87
base_url=self.host,
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "mem0ai"
3
-version = "0.1.23"
+version = "0.1.24"
4
description = "Long-term memory for AI Agents"
5
authors = ["Mem0 <founders@mem0.ai>"]
6
exclude = [
0 commit comments