fixed req call

This commit is contained in:
Prasanna721 2026-01-09 18:16:56 -08:00
parent c816fa05bc
commit 340f65efe5

View file

@ -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: