mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-06 08:16:03 +00:00
fixed req call
This commit is contained in:
parent
c816fa05bc
commit
340f65efe5
1 changed files with 1 additions and 1 deletions
|
|
@ -225,7 +225,7 @@ class SupermemoryPipecatService(FrameProcessor):
|
|||
if self.session_id:
|
||||
add_params["custom_id"] = self.session_id
|
||||
|
||||
self._supermemory_client.memories.add(**add_params)
|
||||
await self._supermemory_client.memories.add(**add_params)
|
||||
logger.debug("Successfully stored message in Supermemory")
|
||||
|
||||
except Exception as e:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue