mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-17 17:24:21 +02:00
plugins/codecompanion: update defaults and examples
This commit is contained in:
parent
bc997a2409
commit
95f129ca65
1 changed files with 9 additions and 4 deletions
|
@ -22,16 +22,25 @@ lib.nixvim.plugins.mkNeovimPlugin {
|
||||||
anthropic = "anthropic";
|
anthropic = "anthropic";
|
||||||
azure_openai = "azure_openai";
|
azure_openai = "azure_openai";
|
||||||
copilot = "copilot";
|
copilot = "copilot";
|
||||||
|
deepseek = "deepseek";
|
||||||
gemini = "gemini";
|
gemini = "gemini";
|
||||||
|
githubmodels = "githubmodels";
|
||||||
|
huggingface = "huggingface";
|
||||||
|
novita = "novita";
|
||||||
|
mistral = "mistral";
|
||||||
ollama = "ollama";
|
ollama = "ollama";
|
||||||
openai = "openai";
|
openai = "openai";
|
||||||
xai = "xai";
|
xai = "xai";
|
||||||
non_llms = {
|
non_llms = {
|
||||||
jina = "jina";
|
jina = "jina";
|
||||||
|
tavily = "tavily";
|
||||||
};
|
};
|
||||||
opts = {
|
opts = {
|
||||||
allow_insecure = false;
|
allow_insecure = false;
|
||||||
|
cache_models_for = 1800;
|
||||||
proxy = null;
|
proxy = null;
|
||||||
|
show_defaults = true;
|
||||||
|
show_model_choices = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
example = {
|
example = {
|
||||||
|
@ -130,10 +139,6 @@ lib.nixvim.plugins.mkNeovimPlugin {
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
'';
|
'';
|
||||||
opts = {
|
|
||||||
visible = false;
|
|
||||||
tag = "system_tag";
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue