tavily / entrypoint.sh
ohmyapi's picture
feat: v3.1 — quota checking, dark UI redesign, registration fixes, daily CI
f1378d8
raw
history blame contribute delete
119 Bytes
#!/bin/sh
mkdir -p /tmp/data
exec python -m uvicorn manager.app:app --host 0.0.0.0 --port 7860 --timeout-keep-alive 75