fix: XF stt model
parent
90f4830d82
commit
2a15017523
|
|
@ -41,6 +41,7 @@ class XInferenceSpeechToText(MaxKBBaseModel, BaseSpeechToText):
|
||||||
model=model_name,
|
model=model_name,
|
||||||
api_base=model_credential.get('api_base'),
|
api_base=model_credential.get('api_base'),
|
||||||
api_key=model_credential.get('api_key'),
|
api_key=model_credential.get('api_key'),
|
||||||
|
params=model_kwargs,
|
||||||
**optional_params,
|
**optional_params,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue