mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: XF stt model
This commit is contained in:
parent
90f4830d82
commit
2a15017523
|
|
@ -41,6 +41,7 @@ class XInferenceSpeechToText(MaxKBBaseModel, BaseSpeechToText):
|
|||
model=model_name,
|
||||
api_base=model_credential.get('api_base'),
|
||||
api_key=model_credential.get('api_key'),
|
||||
params=model_kwargs,
|
||||
**optional_params,
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue