mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-14 15:15:56 +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:
|
try:
|
||||||
response = AudioService.transcript_asr(
|
response = AudioService.transcript_asr(
|
||||||
tenant_id=app_model.tenant_id,
|
tenant_id=app_model.tenant_id,
|
||||||
file=file,
|
file=file
|
||||||
promot=app_model.app_model_config.pre_prompt
|
|
||||||
)
|
)
|
||||||
|
|
||||||
return response
|
return response
|
||||||
|
Loading…
x
Reference in New Issue
Block a user