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 DEV_MODE handling and RAGAgent initialization"
- Prioritize DEV_MODE explicitly during model selection
- Avoid ambiguous `model is None` checks
- Ensure model argument is always a valid identifier
- Clean up requirements.txt (remove duplicate entry, add newline at EOF)
This improves startup reliability and aligns with expected development
and production behavior.
0 commit comments