mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-13 04:49:01 +08:00
fix: transcript asr params wrong (#2162)
This commit is contained in:
parent
e0f72d2791
commit
6d94126368
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user