Spaces:
Sleeping
Sleeping
Tobias Pasquale commited on
Commit ·
65ab80b
1
Parent(s): 280e541
docs: Add CI/CD verification timestamp to LLM service
Browse filesMinor documentation update to trigger fresh CI pipeline run.
All formatting verified with black 23.9.1 and pre-commit hooks.
- src/llm/llm_service.py +2 -0
src/llm/llm_service.py
CHANGED
|
@@ -4,6 +4,8 @@ LLM Service for RAG Application
|
|
| 4 |
This module provides integration with Large Language Models through multiple
|
| 5 |
providers including OpenRouter and Groq, with fallback capabilities and
|
| 6 |
comprehensive error handling.
|
|
|
|
|
|
|
| 7 |
"""
|
| 8 |
|
| 9 |
import logging
|
|
|
|
| 4 |
This module provides integration with Large Language Models through multiple
|
| 5 |
providers including OpenRouter and Groq, with fallback capabilities and
|
| 6 |
comprehensive error handling.
|
| 7 |
+
|
| 8 |
+
Updated: October 18, 2025 - CI/CD pipeline compatibility verification
|
| 9 |
"""
|
| 10 |
|
| 11 |
import logging
|