chore(avante): increase timeout duration to 60s

This commit is contained in:
Simon Lasbrugnas 2025-08-04 17:48:16 +02:00
parent 401d3aff99
commit 9cdf9f74fa
Signed by untrusted user who does not match committer: simon
GPG key ID: 86039876BA6ED8DE

View file

@ -10,12 +10,11 @@ return {
openai = { openai = {
endpoint = "https://api.openai.com/v1", endpoint = "https://api.openai.com/v1",
model = "gpt-4o", model = "gpt-4o",
timeout = 30000, timeout = 60000,
extra_request_body = { extra_request_body = {
temperature = 0, temperature = 0,
}, },
max_tokens = 8192, max_tokens = 8192,
--reasoning_effort = "medium", -- low|medium|high
}, },
}, },
hints = { enabled = false }, hints = { enabled = false },