Some checks failed
CI / Lint & TypeCheck (push) Has been cancelled
CI / Unit Tests (push) Has been cancelled
CI / Build Frontend (push) Has been cancelled
CI / Rust Check (push) Has been cancelled
CI / Security Scan (push) Has been cancelled
CI / E2E Tests (push) Has been cancelled
Root cause: conversationStore hardcoded 'glm-4-flash' as default model, which may not exist in SaaS admin config, causing 404 on all chat requests. - conversationStore: default currentModel to empty string (runtime-resolved) - saasStore: after fetching available models, auto-switch currentModel to first available if the stored model is not in the list - SaaS relay getModel() already had fallback to first available model
Tauri + React + Typescript
This template should help get you started developing with Tauri, React and Typescript in Vite.