Skip to content

Commit b1c9232

Browse files
committed
fix: XF stt model
1 parent 90f4830 commit b1c9232

File tree

1 file changed

+1
-0
lines changed
  • apps/models_provider/impl/xinference_model_provider/model

1 file changed

+1
-0
lines changed

apps/models_provider/impl/xinference_model_provider/model/stt.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ def new_instance(model_type, model_name, model_credential: Dict[str, object], **
4141
model=model_name,
4242
api_base=model_credential.get('api_base'),
4343
api_key=model_credential.get('api_key'),
44+
params=model_kwargs,
4445
**optional_params,
4546
)
4647

0 commit comments

Comments
 (0)