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
Fix engine boot crash on BYOK tenants with provider=openai + no key (llm-client.ts strict apiKey check). Pre-fix any tenant whose container restarted with provider='openai' (Mistral via adapter or Custom OpenAI-compat) and an empty vault crash-looped, preventing the customer from reaching SetupBanner to enter their own key.
Restore Mistral / Custom-OpenAI provider config in SetupBanner via api_base_url + openai_model_id hints in /api/secrets/status (G5). Wizard now restores the previous model/baseURL choice on reopen instead of defaulting to Ollama.