SurfSense/surfsense_backend/app/services
DESKTOP-RTLN3BA\$punk 9466bf595c feat: Implement LLM configuration validation in create and update routes
- Added `validate_llm_config` function to `llm_service.py` for validating LLM configurations via test API calls.
- Integrated validation in `create_llm_config` and `update_llm_config` routes in `llm_config_routes.py`, raising HTTP exceptions for invalid configurations.
- Enhanced error handling to provide detailed feedback on configuration issues.
2025-11-05 12:15:05 -08:00
..
__init__.py Fixed all ruff lint and formatting errors 2025-07-24 14:43:48 -07:00
connector_service.py feat: bumped version to v0.0.8 2025-10-16 22:44:12 -07:00
docling_service.py Fixed all ruff lint and formatting errors 2025-07-24 14:43:48 -07:00
kokoro_tts_service.py feat: Added Local TTS (Kokoro TTS) Support 2025-08-13 17:25:34 -07:00
llm_service.py feat: Implement LLM configuration validation in create and update routes 2025-11-05 12:15:05 -08:00
page_limit_service.py feat: enhance Azure OpenAI embeddings and add voice support for Azure provider 2025-10-30 22:33:47 -07:00
query_service.py feat: moved LLMConfigs from User to SearchSpaces 2025-10-10 00:50:29 -07:00
reranker_service.py Fixed all ruff lint and formatting errors 2025-07-24 14:43:48 -07:00
streaming_service.py chore: removed content trunking for better UI 2025-10-14 14:19:48 -07:00
stt_service.py chore: updated docs & refactored sst_service.py 2025-10-15 14:31:38 -07:00
task_logging_service.py chore: removed chinese comments to pass ruff checks and updated migration nos 2025-10-13 20:07:32 -07:00