增加语音对话功能

This commit is contained in:
yhy
2026-08-29 22:13:55 +08:00
parent 1ffa069151
commit 3a2438f566
51 changed files with 6207 additions and 3 deletions
+7
View File
@@ -22,6 +22,13 @@ declare namespace _ZoteroTypes {
"summaryPrompt": string;
"sendMetadata": boolean;
"verboseLog": boolean;
"ttsProvider": string;
"ttsApiKey": string;
"ttsVoice": string;
"lectureTeacherStyle": string;
"mineruPath": string;
"piperPath": string;
"piperModelPath": string;
};
}
}