Open-AutoGLM / phone_agent /model /__init__.py
AbdulElahGwaith's picture
Upload folder using huggingface_hub
90fad3d verified
Raw
History Blame Contribute Delete
149 Bytes
"""Model client module for AI inference."""
from phone_agent.model.client import ModelClient, ModelConfig
__all__ = ["ModelClient", "ModelConfig"]