chatgpt2api / services /storage /__init__.py
li2895's picture
Update to v1.7.0 with HuggingFace adaptation
c47ec10
Raw
History Blame Contribute Delete
134 Bytes
from __future__ import annotations
from services.storage.factory import create_storage_backend
__all__ = ["create_storage_backend"]