grok2api-hf-clean / scripts /entrypoint.sh
hermesinho
Initial import of grok2api with Dockerfile for HF Spaces
bdc2878
raw
history blame contribute delete
67 Bytes
#!/usr/bin/env sh
set -eu
/app/scripts/init_storage.sh
exec "$@"