g4f / vercel.json
g4f's picture
Synced repo using 'sync_with_huggingface' Github Action
c57ef37
raw
history blame contribute delete
250 Bytes
{
"name": "gpt4free",
"version": 2,
"framework": null,
"builds": [
{
"src": "app.py",
"use": "@vercel/python"
}
],
"rewrites": [
{
"source": "/(.*)",
"destination": "app.py"
}
],
"env": {
}
}