• This project
    • Loading...
  • Sign in

万朱浩 / Venue-Ops

Go to a project
Toggle navigation
  • Projects
  • Groups
  • Snippets
  • Help
Toggle navigation pinning
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • Venue-Ops
  • ReportEngine
  • llms
  • __init__.py
  • Completely refactor the LLM integration method to easily replace the LLM used by… · 154b29c0 ...
    154b29c0 Browse Directory
    … each module and optimize the retransmission mechanism.
    666ghj authored 2025-10-09 13:45:39 +0800
__init__.py 96 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7
"""
LLM module for the Report Engine.
"""

from .base import LLMClient

__all__ = ["LLMClient"]