home-assistant docker

This commit is contained in:
2026-01-26 16:34:30 -06:00
parent 94ae66c7eb
commit bbd135bad9
5 changed files with 44 additions and 14 deletions

View File

@@ -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";
};
};
};
};
};