feat: add LLM models
This commit is contained in:
parent
abacbb57d7
commit
06c181c610
|
@ -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"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue