mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-04-28 03:30:20 +00:00
fix think leaking in sync mode
This commit is contained in:
parent
c82c0b463a
commit
cfcbfd571a
2 changed files with 55 additions and 20 deletions
|
|
@ -1539,11 +1539,15 @@
|
|||
},
|
||||
"voice": {
|
||||
"type": "string",
|
||||
"description": "The voice to use when generating the audio. You can enter anything you like, a unique speaker will be generated. There are a few preset voices you can use: kobo,cheery,sleepy,shouty,chatty"
|
||||
"description": "The voice to use when generating the audio. You can enter anything you like, a unique speaker will be generated. If using Qwen3TTS, voice cloning is supported, load the wav samples directory with --ttsdir. There are a few preset voices you can use: kobo,cheery,sleepy,shouty,chatty"
|
||||
},
|
||||
"speaker_json": {
|
||||
"type": "string",
|
||||
"description": "Custom speaker JSON. More info at https://github.com/LostRuins/koboldcpp/tree/concedo/examples/outetts"
|
||||
},
|
||||
"instruction": {
|
||||
"type": "string",
|
||||
"description": "Qwen3TTS VoiceDesign and CustomVoice only. Provide an instruction on how the narration should sound e.g. Angry man shouting with posh british accent"
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue