From 9cdf9f74fa0faae1fecd49a8d1dcf50fe6817082 Mon Sep 17 00:00:00 2001 From: Simon Lasbrugnas Date: Mon, 4 Aug 2025 17:48:16 +0200 Subject: [PATCH] chore(avante): increase timeout duration to 60s --- lua/custom/plugins/avante.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lua/custom/plugins/avante.lua b/lua/custom/plugins/avante.lua index fdc891e..39d9f19 100644 --- a/lua/custom/plugins/avante.lua +++ b/lua/custom/plugins/avante.lua @@ -10,12 +10,11 @@ return { openai = { endpoint = "https://api.openai.com/v1", model = "gpt-4o", - timeout = 30000, + timeout = 60000, extra_request_body = { temperature = 0, }, max_tokens = 8192, - --reasoning_effort = "medium", -- low|medium|high }, }, hints = { enabled = false },