feat: add LLM models

This commit is contained in:
♥ Minnie ♥ 2025-03-14 21:43:26 +08:00
parent abacbb57d7
commit 06c181c610
Signed by: jasmine
GPG key ID: 8563E358D4E8040E

View file

@ -11,8 +11,12 @@
# Language models to install
loadModels = [
"deepseek-coder-v2"
"llama3"
"mannix/llama3.1-8b-abliterated"
# these were dependencies for continue.dev
# but idk if i'll end up using it
# for now we shall keep them
"llama3.1:8b"
"qwen2.5-coder:1.5b-base"
"nomic-embed-text:latest"
];
};
}