mirror of
https://github.com/softinio/nvim-config.git
synced 2025-09-03 08:06:41 -07:00
updates to avante and vscode yank settings
This commit is contained in:
parent
06c8cbb173
commit
c5f6c48249
3 changed files with 25 additions and 2 deletions
|
@ -4,10 +4,24 @@ return {
|
|||
lazy = false,
|
||||
version = false,
|
||||
opts = {
|
||||
provider = "openai",
|
||||
provider = "claude",
|
||||
claude = {
|
||||
model = "claude-3-7-sonnet-latest",
|
||||
api_key_name = "cmd:cat " .. vim.fn.expand("~/.anthropic"),
|
||||
},
|
||||
openai = {
|
||||
model = "o3-mini",
|
||||
reasoning_effort = "high",
|
||||
api_key_name = "cmd:cat " .. vim.fn.expand("~/.openai"),
|
||||
},
|
||||
vendors = {
|
||||
ollama = {
|
||||
__inherited_from = "openai",
|
||||
api_key_name = "",
|
||||
endpoint = "http://127.0.0.1:11434/v1",
|
||||
model = "qwen2.5-coder",
|
||||
},
|
||||
},
|
||||
},
|
||||
-- if you want to build from source then do `make BUILD_FROM_SOURCE=true`
|
||||
build = "make",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue