增加语音对话功能
This commit is contained in:
@@ -116,6 +116,69 @@
|
||||
</hbox>
|
||||
</groupbox>
|
||||
|
||||
<groupbox>
|
||||
<label><html:h2 data-l10n-id="prefs-section-lecture"></html:h2></label>
|
||||
<html:p id="chatpapers-pref-tts-hint" class="chatpapers-pref-hint"></html:p>
|
||||
|
||||
<hbox align="center">
|
||||
<html:label
|
||||
for="chatpapers-pref-tts-provider"
|
||||
data-l10n-id="prefs-tts-provider"
|
||||
></html:label>
|
||||
<html:select id="chatpapers-pref-tts-provider" preference="ttsProvider">
|
||||
</html:select>
|
||||
</hbox>
|
||||
|
||||
<hbox align="center">
|
||||
<html:label
|
||||
for="chatpapers-pref-tts-voice"
|
||||
data-l10n-id="prefs-tts-voice"
|
||||
></html:label>
|
||||
<html:input
|
||||
type="text"
|
||||
id="chatpapers-pref-tts-voice"
|
||||
preference="ttsVoice"
|
||||
></html:input>
|
||||
</hbox>
|
||||
|
||||
<vbox id="chatpapers-pref-piper-box" hidden="true">
|
||||
<hbox align="center">
|
||||
<html:label
|
||||
for="chatpapers-pref-piper-path"
|
||||
data-l10n-id="prefs-piper-path"
|
||||
></html:label>
|
||||
<html:input
|
||||
type="text"
|
||||
id="chatpapers-pref-piper-path"
|
||||
preference="piperPath"
|
||||
></html:input>
|
||||
</hbox>
|
||||
<hbox align="center">
|
||||
<html:label
|
||||
for="chatpapers-pref-piper-model"
|
||||
data-l10n-id="prefs-piper-model"
|
||||
></html:label>
|
||||
<html:input
|
||||
type="text"
|
||||
id="chatpapers-pref-piper-model"
|
||||
preference="piperModelPath"
|
||||
></html:input>
|
||||
</hbox>
|
||||
</vbox>
|
||||
|
||||
<hbox align="center">
|
||||
<html:label
|
||||
for="chatpapers-pref-mineru-path"
|
||||
data-l10n-id="prefs-mineru-path"
|
||||
></html:label>
|
||||
<html:input
|
||||
type="text"
|
||||
id="chatpapers-pref-mineru-path"
|
||||
preference="mineruPath"
|
||||
></html:input>
|
||||
</hbox>
|
||||
</groupbox>
|
||||
|
||||
<groupbox>
|
||||
<label><html:h2 data-l10n-id="prefs-section-prompts"></html:h2></label>
|
||||
<html:label data-l10n-id="prefs-system-prompt"></html:label>
|
||||
|
||||
Reference in New Issue
Block a user