Tobias Pasquale
Fix: Complete CI/CD formatting compliance
508a7e5
raw
history blame
377 Bytes
"""
LLM Integration Package
This package provides integration with Large Language Models (LLMs)
for the RAG application, supporting multiple providers like OpenRouter and Groq.
Classes:
LLMService: Main service for LLM interactions
PromptTemplates: Predefined prompt templates for corporate policy Q&A
ContextManager: Manages context retrieval and formatting
"""