fix:前端模型主键换位modelId
This commit is contained in:
@@ -185,7 +185,7 @@ async function startSSE(chatContent: string) {
|
||||
})),
|
||||
sessionId: route.params?.id !== 'not_login' ? String(route.params?.id) : undefined,
|
||||
userId: userStore.userInfo?.userId,
|
||||
model: modelStore.currentModelInfo.modelName ?? '',
|
||||
model: modelStore.currentModelInfo.modelId ?? '',
|
||||
})) {
|
||||
handleDataChunk(chunk.result as AnyObject);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user