mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 01:18:05 +08:00
fix: transcript asr params wrong (#2162)
This commit is contained in:
@ -34,8 +34,7 @@ class ChatMessageAudioApi(Resource):
|
||||
try:
|
||||
response = AudioService.transcript_asr(
|
||||
tenant_id=app_model.tenant_id,
|
||||
file=file,
|
||||
promot=app_model.app_model_config.pre_prompt
|
||||
file=file
|
||||
)
|
||||
|
||||
return response
|
||||
|
||||
Reference in New Issue
Block a user