update add asr config

This commit is contained in:
2025-12-29 01:53:07 +08:00
parent 9f580a7709
commit f1f2d81201
2 changed files with 20 additions and 2 deletions

View File

@@ -130,7 +130,7 @@ export type AssistantConfigData = {
*/
home?: string;
/**
* 启用本地AI代理
* 启用AI代理
*/
ai?: {
enabled?: boolean;
@@ -138,6 +138,11 @@ export type AssistantConfigData = {
apiKey?: string;
model?: string;
};
/** 阿里云的语音识别服务,模型 qwen3-asr-flash-realtime */
asr?: {
enabled?: boolean;
token?: string;
}
/**
* 自定义脚本, asst 启动时会执行这些脚本
*/