mirror of
https://github.com/DayuanJiang/next-ai-draw-io.git
synced 2026-09-01 17:10:24 +08:00
Previously, Ollama only used the OLLAMA_BASE_URL environment variable. Now client-provided base URL from settings takes priority, allowing users to configure custom Ollama endpoints (e.g., remote servers). Fixes #652