CoolFace
Apppublic

LQY1234/agent-react

sourceHugging Faceupdated 8mo agoView on Hugging Face
0likes
vercel.json10 linesDownload Raw Back to root
1# Vercel 部署配置2# 创建此文件用于 Vercel 部署3 4[build]5  command = "pip install -r requirements.txt"6  functions = "api"7 8[env]9  PYTHONUNBUFFERED = "1"10