2976c854d015cc2e2963c7d348479e2d48d49e3a
The useEffect was re-running every time model changed, causing Claude model selection to reset back to Ollama models. Fixed by: - Removing model from useEffect dependency array - Only run model fetch on component mount - Check if saved model exists before loading it - Don't reset model if it's not in Ollama list (allows Claude)
Tauri + React + Typescript
This template should help get you started developing with Tauri, React and Typescript in Vite.
Recommended IDE Setup
Description