Skip to content

Commit 29dbe6b

Browse files
Update src/google/adk_community/memory/open_memory_service.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 1c31107 commit 29dbe6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/google/adk_community/memory/open_memory_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class OpenMemoryService(BaseMemoryService):
4545

4646
def __init__(
4747
self,
48-
base_url: str = "http://localhost:3000",
48+
base_url: str = "http://localhost:8080",
4949
api_key: str = "", # Required parameter (empty string triggers validation)
5050
config: Optional[OpenMemoryServiceConfig] = None,
5151
):

0 commit comments

Comments
 (0)