ragflow/python/llm/__init__.py

3 lines
74 B
Python
Raw Normal View History

2023-12-25 10:17:13 +08:00
from .embedding_model import HuEmbedding
from .chat_model import GptTurbo