fix: remove invalid positional arg from structlog call
This commit is contained in:
parent
5bcecf4649
commit
6f9b545c15
1 changed files with 1 additions and 4 deletions
|
|
@ -60,10 +60,7 @@ class Mem0Manager:
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
# Custom endpoint configuration with graph memory enabled
|
# Custom endpoint configuration with graph memory enabled
|
||||||
logger.info(
|
logger.info("Initializing Mem0Manager with custom endpoint")
|
||||||
"Initializing ultra-minimal Mem0Manager with custom endpoint with settings:",
|
|
||||||
settings,
|
|
||||||
)
|
|
||||||
config = {
|
config = {
|
||||||
"version": "v1.1",
|
"version": "v1.1",
|
||||||
"enable_graph": True,
|
"enable_graph": True,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue