mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 16:52:12 +02:00
now using hunter alpha with openrouter as the model of choice
This commit is contained in:
@@ -1,23 +1,16 @@
|
|||||||
return {
|
return {
|
||||||
"yetone/avante.nvim",
|
"yetone/avante.nvim",
|
||||||
opts = {
|
opts = {
|
||||||
---@alias Provider "claude" | "openai" | "azure" | "gemini" | "cohere" | "copilot" | string
|
provider = "openrouter",
|
||||||
provider = "ollama",
|
auto_suggestions_provider = "openrouter",
|
||||||
auto_suggestions_provider = "ollama",
|
|
||||||
providers = {
|
providers = {
|
||||||
claude = {
|
openrouter = {
|
||||||
endpoint = "https://api.anthropic.com",
|
__inherited_from = "openai",
|
||||||
api_key_name = "ANTHROPIC_API_KEY",
|
endpoint = "https://openrouter.ai/api/v1",
|
||||||
extra_request_body = {
|
model = "openrouter/hunter-alpha",
|
||||||
temperature = 0,
|
|
||||||
max_tokens = 8192,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
ollama = {
|
|
||||||
endpoint = "http://ollama.nairi.local",
|
|
||||||
model = "qwen2.5-coder:7b",
|
|
||||||
extra_request_body = {
|
extra_request_body = {
|
||||||
temperature = 0,
|
temperature = 0,
|
||||||
|
max_tokens = 32768,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user