chore(avante: add openai config
This commit is contained in:
parent
5bce2a44d1
commit
f73d54a868
1 changed files with 9 additions and 0 deletions
|
|
@ -3,6 +3,15 @@ return {
|
|||
lazy = false,
|
||||
priority = 10,
|
||||
opts = {
|
||||
provider = "openai",
|
||||
openai = {
|
||||
endpoint = "https://api.openai.com/v1",
|
||||
model = "gpt-4o",
|
||||
timeout = 30000,
|
||||
temperature = 0,
|
||||
max_tokens = 8192,
|
||||
--reasoning_effort = "medium", -- low|medium|high
|
||||
},
|
||||
hints = { enabled = false },
|
||||
mappings = {
|
||||
submit = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue