4 lines
90 B
Python
4 lines
90 B
Python
from .model import ChatModel, EmbeddingsModel
|
|
|
|
__all__ = ['ChatModel', 'EmbeddingsModel']
|