mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 08:40:38 +00:00
support elevenlabs different endpoint (#1387)
* support elevenlabs different endpoint * wip * wip
This commit is contained in:
@@ -1117,6 +1117,7 @@ class CallSession extends Emitter {
|
||||
return {
|
||||
api_key: credential.api_key,
|
||||
model_id: credential.model_id,
|
||||
api_uri: credential.api_uri,
|
||||
options: credential.options
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user