Unverified Commit 6d941263 authored by takatost's avatar takatost Committed by GitHub

fix: transcript asr params wrong (#2162)

parent e0f72d27
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment