Skip to content

Commit 496b2e0

Browse files
authored
Merge branch 'MemTensor:dev' into dev
2 parents 51334f7 + 1e7b1bd commit 496b2e0

File tree

9 files changed

+1017
-106
lines changed

9 files changed

+1017
-106
lines changed

docker/.env.example

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -177,11 +177,6 @@ OSS_ACCESS_KEY_ID=
177177
OSS_ACCESS_KEY_SECRET=
178178
OSS_PUBLIC_BASE_URL=
179179

180-
## Logging / external sink
181-
CUSTOM_LOGGER_URL=
182-
CUSTOM_LOGGER_TOKEN=
183-
CUSTOM_LOGGER_WORKERS=2
184-
185180
## SDK / external client
186181
MEMOS_API_KEY=
187182
MEMOS_BASE_URL=https://memos.memtensor.cn/api/openmem/v1

docs/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -884,7 +884,7 @@
884884
"type": "string",
885885
"title": "Session Id",
886886
"description": "Session ID for the MOS. This is used to distinguish between different dialogue",
887-
"default": "41bb5e18-252d-4948-918c-07d82aa47086"
887+
"default": "461378f4-dfca-48fe-9848-455a3e673350"
888888
},
889889
"chat_model": {
890890
"$ref": "#/components/schemas/LLMConfigFactory",

0 commit comments

Comments
 (0)