You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Operator directive 2026-05-11: 'qwen3.5:2b make it the GLOBAL MiOS
defaults'. Flip [ai].model and the auto-pick small/mid/big chain
from the qwen2.5-coder family to qwen3:
[ai].model qwen2.5-coder:7b -> qwen3.5:2b
[ai].bake_models qwen2.5-coder:7b -> qwen3.5:2b
[ai.host_thresholds].small phi4-mini:3.8b... -> qwen3.5:2b
[ai.host_thresholds].mid qwen2.5-coder:7b -> qwen3.5:7b
[ai.host_thresholds].big qwen2.5-coder:14b -> qwen3.5:14b
Mirror the same flip into every SSOT consumer that hard-references
the model:
usr/share/mios/profile.toml (layered above mios.toml)
usr/libexec/mios/ollama-firstboot.sh DEFAULT_CHAT
usr/share/mios/hermes/config.yaml backend.model + auxiliary.model
+ available_models
etc/containers/systemd/mios-hermes.container HERMES_BACKEND_MODEL
usr/share/mios/distrobox/aichat/config.yaml default model alias
etc/aichat/config.yaml default model alias
usr/bin/mios MIOS_AI_MODEL default
usr/bin/mios-ai MIOS_AI_MODEL default
Operator-pickable from mios.html; overrideable per-install via the
MIOS_AI_MODEL env var. Docs / examples / training data still cite
qwen2.5-coder:7b -- those trail the SSOT and update on next sweep.
0 commit comments