点击任意处关闭 · Esc
外观
Dependencies — requirements.txt is required so Spaces installs openai, gradio, etc. Commit it at the root of your Space repo (same folder as app.py).
requirements.txt
openai
gradio
app.py
API key — Add OPENAI_API_KEY under Settings → Secrets and variables on the Space (do not commit .env).
OPENAI_API_KEY
.env