mirror of
https://github.com/RightNow-AI/openfang.git
synced 2026-07-30 23:05:08 +00:00
Built-in templates and the spawn wizard both hardcoded provider = "groq" / model = "llama-3.3-70b-versatile" in the manifest TOML sent to the API. The kernel's default_model overlay only activates when provider/model are empty or "default", so hardcoded values bypassed the user's configured default entirely. Fixes #967