SurfSense/surfsense_backend/app/config
Claude 24b95e5a6f
Improve code quality per PR #11 and #12 review feedback
- Improve CORS config readability by breaking nested os.getenv() into
  explicit fallback steps (_default_cors_origin -> _cors_origins_str)
- Remove duplicate import os statement
- Consolidate all Celery task imports at module level
- Remove inline imports from function bodies
2025-11-18 22:46:17 +00:00
..
__init__.py Improve code quality per PR #11 and #12 review feedback 2025-11-18 22:46:17 +00:00
global_llm_config.example.yaml Remove Google Analytics and Anthropic Claude from default configs 2025-11-17 21:42:57 +02:00
global_llm_config.yaml.template feat: Implement local-first European AI architecture with Mistral NeMo and TildeOpen 2025-11-17 19:58:20 +02:00
uvicorn.py Fixed all ruff lint and formatting errors 2025-07-24 14:43:48 -07:00