CoolFace
Apppublic

wenjiandeniu/codex2api-sqlite

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
App README

codex2api Lite

This Space runs the lightweight single-container codex2api setup:

  • SQLite for storage
  • In-memory cache
  • Admin panel at /admin/
  • OpenAI-compatible API on /v1/

Recommended runtime secrets:

  • ADMIN_SECRET
  • CODEX_API_KEYS

Optional runtime secrets or variables:

  • CODEX_PROXY_URL
  • USE_WEBSOCKET
  • FAST_SCHEDULER_ENABLED
  • TZ

Notes:

  • Data is stored at /data/codex2api.db
  • On Hugging Face free Docker Spaces, data is not persistent unless you enable persistent storage