Langchain-Chatchat/models/__init__.py

5 lines
96 B
Python
Raw Normal View History

from .chatglm_llm import ChatGLM
from .llama_llm import LLamaLLM
from .moss_llm import MOSSLLM