mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 11:02:13 +02:00
rip hunter alpha, you'll be missed deeply, welcome glm
This commit is contained in:
@@ -4,15 +4,29 @@ return {
|
||||
provider = "openrouter",
|
||||
auto_suggestions_provider = "openrouter",
|
||||
providers = {
|
||||
ollama = {
|
||||
endpoint = "http://ollama.nairi.local",
|
||||
model = "qwen2.5-coder:7b",
|
||||
extra_request_body = {
|
||||
temperature = 0,
|
||||
},
|
||||
},
|
||||
openrouter = {
|
||||
__inherited_from = "openai",
|
||||
endpoint = "https://openrouter.ai/api/v1",
|
||||
model = "openrouter/hunter-alpha",
|
||||
model = "z-ai/glm-4.5-air:free",
|
||||
extra_request_body = {
|
||||
temperature = 0,
|
||||
max_tokens = 32768,
|
||||
},
|
||||
},
|
||||
claude = {
|
||||
endpoint = "https://api.anthropic.com",
|
||||
extra_request_body = {
|
||||
temperature = 0,
|
||||
max_tokens = 8192,
|
||||
},
|
||||
},
|
||||
},
|
||||
behaviour = {
|
||||
auto_suggestions = false, -- Experimental stage
|
||||
|
||||
Reference in New Issue
Block a user