gpt2api / services /storage /__init__.py
jiayi.xie
Deploy chatgpt2api to HF Space (port 7860)
99a7ebb
Raw
History Blame Contribute Delete
134 Bytes
from __future__ import annotations
from services.storage.factory import create_storage_backend
__all__ = ["create_storage_backend"]