mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 16:50:39 +00:00
support dial translate
This commit is contained in:
@@ -28,6 +28,12 @@ class TaskLlm extends Task {
|
||||
|
||||
get ep() { return this.cs.ep; }
|
||||
|
||||
|
||||
configureDialTranslate(opts) {
|
||||
this.logger.debug(opts, 'TaskLlm:configureDialTranslate');
|
||||
this.llm.configureDialTranslate(opts);
|
||||
}
|
||||
|
||||
async exec(cs, {ep}) {
|
||||
await super.exec(cs, {ep});
|
||||
await this.llm.exec(cs, {ep});
|
||||
|
||||
Reference in New Issue
Block a user