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 # Language models to install
loadModels = [ loadModels = [
"deepseek-coder-v2" "deepseek-coder-v2"
"llama3" # these were dependencies for continue.dev
"mannix/llama3.1-8b-abliterated" # 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"
]; ];
}; };
} }