mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2026-02-15 10:49:07 +00:00
support whisper instructions (#1198)
* support whisper instructions * wip * update speech utils and verb specification
This commit is contained in:
@@ -253,7 +253,8 @@ class TaskSay extends TtsTask {
|
||||
voice,
|
||||
engine,
|
||||
model: this.model || this.model_id,
|
||||
text
|
||||
text,
|
||||
instructions: this.instructions
|
||||
}).catch((err) => this.logger.info({err}, 'Error adding file to cache'));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user