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):
|
||||
# Custom endpoint configuration with graph memory enabled
|
||||
logger.info(
|
||||
"Initializing ultra-minimal Mem0Manager with custom endpoint with settings:",
|
||||
settings,
|
||||
)
|
||||
logger.info("Initializing Mem0Manager with custom endpoint")
|
||||
config = {
|
||||
"version": "v1.1",
|
||||
"enable_graph": True,
|
||||
|
|
|
|||
Loading…
Reference in a new issue