chore(avante): increase timeout duration to 60s
This commit is contained in:
parent
401d3aff99
commit
9cdf9f74fa
1 changed files with 1 additions and 2 deletions
|
|
@ -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 },
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue