chatgpt2api / scripts /entrypoint_hf.sh
li2895's picture
Update to v1.7.0 with HuggingFace adaptation
c47ec10
Raw
History Blame Contribute Delete
142 Bytes
#!/usr/bin/env sh
set -eu
# 初始化 HF Spaces 持久化存储(软链接 /app/data -> /data)
/app/scripts/init_storage_hf.sh
exec "$@"