feat: mobile 角色配置添加小参数模型选项

This commit is contained in:
zhuoqinglian
2026-04-08 16:26:48 +08:00
parent c5f82369e5
commit 64630e1b4e
9 changed files with 41 additions and 7 deletions
@@ -28,6 +28,7 @@ export interface AgentDetail {
asrModelId: string
vadModelId: string
llmModelId: string
slmModelId: string
vllmModelId: string
ttsModelId: string
ttsVoiceId: string
@@ -3,6 +3,7 @@ export interface ChatSession {
sessionId: string
createdAt: string
chatCount: number
title: string
}
// 聊天会话列表响应