Skip to content

Commit 7cdd740

Browse files
committed
change local server name
1 parent 4b7c872 commit 7cdd740

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/memos/api/server_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
logger = logging.getLogger(__name__)
1414

1515
app = FastAPI(
16-
title="MemOS Product REST APIs",
17-
description="A REST API for managing multiple users with MemOS Product.",
16+
title="MemOS Server REST APIs",
17+
description="A REST API for managing multiple users with MemOS Server.",
1818
version="1.0.1",
1919
)
2020

0 commit comments

Comments
 (0)