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