This commit is contained in:
beabigegg
2025-08-17 17:58:54 +08:00
parent 957743d83a
commit 9a263b6afb
4 changed files with 10 additions and 2 deletions

View File

@@ -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