feat: Added avante and remove ldap from public

This commit is contained in:
uttarayan21
2025-08-04 11:25:11 +05:30
parent 307bf69d86
commit be576afeae
2 changed files with 26 additions and 5 deletions

View File

@@ -182,6 +182,27 @@ in {
};
};
};
avante = {
enable = true;
settings = {
provider = "copilot";
providers = {
ollama = {
endpoint = "https://ollama.ryu.darksailor.dev";
model = "qwen3:30b-a3b";
};
};
input = {
provider = "snacks";
provider_opts = {
# Additional snacks.input options
title = "Avante Input";
icon = " ";
};
};
};
};
snacks.enable = true;
yazi = {
enable = true;