fix: Address review feedback from MODSetter

- Remove .env file (should not be committed to version control)
- Revert docker-compose.override.yml to use ghcr images instead of local builds
- Remove unnecessary DOCLING config section from __init__.py
- Remove model context window additions (litellm already provides this)
- Keep litellm<1.70.0 constraint due to Ollama vector_stores 404 errors

Addresses all feedback from PR #211 review
This commit is contained in:
Abdullah 3li 2025-07-21 09:54:39 +03:00
parent aa00822169
commit fe2317ae92
5 changed files with 3 additions and 46 deletions

1
.gitignore vendored
View file

@ -2,3 +2,4 @@
podcasts/
reports/
SURFSENSE_CRITICAL_FIXES_REPORT.md
.env