feat(model-settings): add system default model configuration dialog

This commit is contained in:
2025-10-22 11:51:27 +08:00
parent 4784fcb23f
commit 497ebfba9f
5 changed files with 485 additions and 52 deletions

View File

@@ -310,6 +310,8 @@ export interface ITenantInfo {
speech2text_id: string;
/** 文本转语音服务ID */
tts_id: string;
// rerank模型服务ID
rerank_id: string;
}
/**