refactor: centralize API keys, fix sqlite_db.py path, update docstrings
- config.py += FREE_LLM_API_KEY, LANGFUSE_PUBLIC_KEY, LANGFUSE_SECRET_KEY - sqlite_db.py: use SQLITE_DB_PATH from constants - n8n_desc.py: import FREE_LLM_API_KEY from config - faq_route.py: import FREE_LLM_API_KEY from config - live_monitor_route.py: import Langfuse keys from config - prompt_optimizer_route.py: update docstrings (remove hardcoded IPs) - NEW: tests/conftest.py with centralized BASE_URL
Showing
backend/tests/conftest.py
0 → 100644
Please register or sign in to comment