File size: 221 Bytes
c3aef13 |
1 2 3 4 5 6 |
# models/__init__.py
"""Models package for embedding API schemas and configurations"""
from .schemas import EmbeddingRequest, EmbeddingResponse, ModelInfo
__all__ = ['EmbeddingRequest', 'EmbeddingResponse', 'ModelInfo'] |