mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-06-17 23:09:35 +00:00
5 lines
149 B
Python
5 lines
149 B
Python
"""LLM services package."""
|
|
from app.services.llm.provider import LLMRouter, get_llm, LLMResponse
|
|
|
|
__all__ = ["LLMRouter", "get_llm", "LLMResponse"]
|