The final report agent has been largely completed.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
"""
|
||||
Report Engine LLM模块
|
||||
包含各种大语言模型的接口实现
|
||||
"""
|
||||
|
||||
from .base import BaseLLM
|
||||
from .gemini_llm import GeminiLLM
|
||||
|
||||
__all__ = ["BaseLLM", "GeminiLLM"]
|
||||
Reference in New Issue
Block a user