Skip to content

Commit 3e7a2ce

Browse files
"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.
1 parent e601cd8 commit 3e7a2ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ itsdangerous
1818
httpx
1919
pydantic-settings
2020
sentence-transformers
21-
python-dotenv
21+
python-dotenv

0 commit comments

Comments
 (0)