From 12cebef3b963baa7b1e99ac52066ec51921b2cae Mon Sep 17 00:00:00 2001 From: "lilong.129" Date: Mon, 9 Jun 2025 22:42:19 +0800 Subject: [PATCH] change: set llm timeout to 120s --- internal/version/VERSION | 2 +- uixt/ai/env.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/version/VERSION b/internal/version/VERSION index 172a4f1c..78a46c8d 100644 --- a/internal/version/VERSION +++ b/internal/version/VERSION @@ -1 +1 @@ -v5.0.0-beta-2506092219 +v5.0.0-beta-2506092242 diff --git a/uixt/ai/env.go b/uixt/ai/env.go index f590cd8c..a6b0d996 100644 --- a/uixt/ai/env.go +++ b/uixt/ai/env.go @@ -21,7 +21,7 @@ const ( ) const ( - defaultTimeout = 30 * time.Second + defaultTimeout = 120 * time.Second ) // GetModelConfig get OpenAI config