mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 00:36:31 +02:00
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:
parent
aa00822169
commit
fe2317ae92
5 changed files with 3 additions and 46 deletions
|
|
@ -84,10 +84,6 @@ class Config:
|
|||
# LlamaCloud API Key
|
||||
LLAMA_CLOUD_API_KEY = os.getenv("LLAMA_CLOUD_API_KEY")
|
||||
|
||||
elif ETL_SERVICE == "DOCLING":
|
||||
# Docling doesn't require API keys - uses local processing
|
||||
pass
|
||||
|
||||
# Firecrawl API Key
|
||||
FIRECRAWL_API_KEY = os.getenv("FIRECRAWL_API_KEY", None)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue