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: prevent import scoping issues and improve error handling
Resolves UnboundLocalError when using Ollama backend by removing local
import statements that shadowed module-level imports. All non-lazy
imports are now at the top of files for better readability and to
prevent variable scoping issues.
Adds validation for Ollama models before invocation to fail fast with
actionable error messages when a model isn't installed, rather than
allowing confusing downstream errors or silent fallbacks.
0 commit comments