From ff9dbe785395a9d9a1dc1679935b7ab44a3041f0 Mon Sep 17 00:00:00 2001 From: oudecheng <13802883547@139.com> Date: Fri, 15 May 2026 08:23:51 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=9C=A8=E9=85=8D=E7=BD=AE=E4=B8=AD?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20llm=5Ftimeout=5Fsecs=20=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E4=BB=A5=E8=AE=BE=E7=BD=AE=20LLM=20=E8=B6=85=E6=97=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index 3f9f0ed..acf2fca 100644 --- a/config.json +++ b/config.json @@ -4,7 +4,8 @@ "type": "openai", "base_url": "", "api_key": "", - "extra_headers": {} + "extra_headers": {}, + "llm_timeout_secs": 300 } }, "models": {