fix5
This commit is contained in:
2
tasks.py
2
tasks.py
@@ -88,7 +88,7 @@ def run_dify_stt_chat_app(file_id: str) -> str:
|
||||
f"{DIFY_API_BASE_URL}/chat-messages",
|
||||
headers={"Authorization": f"Bearer {API_KEY}", "Content-Type": "application/json"},
|
||||
json=payload,
|
||||
timeout=600
|
||||
timeout=1800
|
||||
)
|
||||
|
||||
print("Dify STT API Response:", r.status_code, r.text) # DEBUG PRINT
|
||||
|
Reference in New Issue
Block a user