mirror of
https://github.com/jambonz/jambonz-api-server.git
synced 2026-07-24 13:02:16 +00:00
support whisper streaming
This commit is contained in:
@@ -443,6 +443,7 @@ function decryptCredential(obj, credential, logger, isObscureKey = true) {
|
||||
const o = JSON.parse(decrypt(credential));
|
||||
obj.api_key = isObscureKey ? obscureKey(o.api_key) : o.api_key;
|
||||
obj.model_id = o.model_id;
|
||||
obj.use_streaming = o.use_streaming;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user