fix: Rename to the correct models for ollama
This commit is contained in:
@@ -40,7 +40,7 @@
|
|||||||
type = "chat";
|
type = "chat";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "Qwen/Qwen3-8B";
|
name = "qwen3:8b";
|
||||||
type = "chat";
|
type = "chat";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
services = {
|
services = {
|
||||||
ollama = {
|
ollama = {
|
||||||
enable = true;
|
enable = true;
|
||||||
loadModels = ["deepseek-r1:7b" "deepseek-r1:14b" "RobinBially/nomic-embed-text-8k" "Qwen/Qwen3-8B"];
|
loadModels = ["deepseek-r1:7b" "deepseek-r1:14b" "RobinBially/nomic-embed-text-8k" "qwen3:8b"];
|
||||||
port = 11434;
|
port = 11434;
|
||||||
host = "0.0.0.0";
|
host = "0.0.0.0";
|
||||||
environmentVariables = {
|
environmentVariables = {
|
||||||
|
|||||||
Reference in New Issue
Block a user