openher / providers /llm /__init__.py
kellyxiaowei's picture
Deploy OpenHer Gradio Space — gemma-4-E4B served on Modal
dff25f7 verified
Raw
History Blame Contribute Delete
143 Bytes
"""LLM 模块"""
from providers.llm.client import LLMClient, ChatMessage, ChatResponse
__all__ = ["LLMClient", "ChatMessage", "ChatResponse"]