nexus / src /chatbot /core /__init__.py
mishrabp's picture
Upload folder using huggingface_hub
2cb39a9 verified
Raw
History Blame Contribute Delete
71 Bytes
from .model import get_model_client
__all__ = ["get_model_client"]