Completely refactor the LLM integration method to easily replace the LLM used by each module and optimize the retransmission mechanism.
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
"""
|
||||
Report Engine LLM模块
|
||||
包含各种大语言模型的接口实现
|
||||
LLM module for the Report Engine.
|
||||
"""
|
||||
|
||||
from .base import BaseLLM
|
||||
from .gemini_llm import GeminiLLM
|
||||
from .base import LLMClient
|
||||
|
||||
__all__ = ["BaseLLM", "GeminiLLM"]
|
||||
__all__ = ["LLMClient"]
|
||||
|
||||
Reference in New Issue
Block a user