From 92a743671675b2e17f49531146f5479264cd8529 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Fri, 21 Nov 2025 17:06:01 +0100 Subject: [PATCH] fix(ai): add 600s timeout for qwen model requests via Tailscale --- ai/litellm-config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ai/litellm-config.yaml b/ai/litellm-config.yaml index 4dab6ed..19f9b2d 100644 --- a/ai/litellm-config.yaml +++ b/ai/litellm-config.yaml @@ -37,6 +37,8 @@ model_list: api_key: dummy rpm: 1000 tpm: 100000 + timeout: 600 # 10 minutes for generation + stream_timeout: 600 # Image Generation - model_name: flux-schnell