home-assistant docker
This commit is contained in:
@@ -29,6 +29,21 @@
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
ollama-remote = {
|
||||
name = "Ollama (remote)";
|
||||
|
||||
npm = "@ai-sdk/openai-compatible";
|
||||
|
||||
options.baseURL = "https://ollama.esotericbytes.com/v1";
|
||||
|
||||
models = {
|
||||
"ministral-3:8b".name = "Ministral 3 8B";
|
||||
"llama3.2".name = "Llama 3.2";
|
||||
"qwen3:8b".name = "Qwen 3";
|
||||
};
|
||||
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user