We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b7c872 commit 7cdd740Copy full SHA for 7cdd740
src/memos/api/server_api.py
@@ -13,8 +13,8 @@
13
logger = logging.getLogger(__name__)
14
15
app = FastAPI(
16
- title="MemOS Product REST APIs",
17
- description="A REST API for managing multiple users with MemOS Product.",
+ title="MemOS Server REST APIs",
+ description="A REST API for managing multiple users with MemOS Server.",
18
version="1.0.1",
19
)
20
0 commit comments