codefuse-chatbot/dev_opsgpt/llm_models/__init__.py

6 lines
110 B
Python

from .openai_model import getChatModel, getExtraModel
__all__ = [
"getChatModel", "getExtraModel"
]