Files
Selora-AI/ollama/README.md
ModelHub XC 5ff8bbfc76 初始化项目,由ModelHub XC社区提供模型
Model: selorahomes/Selora-AI
Source: Original Platform
2026-07-20 09:47:09 +08:00

989 B

Selora AI — Ollama (general self-routing model)

A single Qwen3-1.7B model that self-routes each Home Assistant request into command / automation / answer / clarification / utilities and emits one compact JSON "slim envelope" — one general model, no per-specialist hot-swapping. Q6_K, ~1.3 GB.

Use with Ollama

Fastest path — pull and run straight from Hugging Face, no download or Modelfile step (the copy at the repo root has the system prompt, template, and params baked into the GGUF):

ollama run hf.co/selorahomes/Selora-AI:selora-ollama.Q6_K.gguf

Or build it locally from this folder — download the folder, then from it:

ollama create selora-ollama -f Modelfile
ollama run selora-ollama

The Modelfile bundles the unified router system prompt and chat template (/no_think, temperature 0). Run it standalone to see the raw envelope; pair with the Selora AI integration to execute it against your home.