mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
fix: change update_memory to correct naming convention
fix: update update_memory to POST
This commit is contained in:
@@ -65,7 +65,7 @@ class MemoriesTable:
|
||||
else:
|
||||
return None
|
||||
|
||||
def update_memory(
|
||||
def update_memory_by_id(
|
||||
self,
|
||||
id: str,
|
||||
content: str,
|
||||
|
||||
Reference in New Issue
Block a user