1 Star 23 Fork 9

LLM Red Team / kimi-free-api

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vercel.json 778 Bytes
一键复制 编辑 原始数据 按行查看 历史
Vinlic 提交于 2024-04-11 13:54 . 支持vercel部署
{
"builds": [
{
"src": "./dist/*.html",
"use": "@vercel/static"
},
{
"src": "./dist/index.js",
"use": "@vercel/node"
}
],
"routes": [
{
"src": "/",
"dest": "/dist/welcome.html"
},
{
"src": "/(.*)",
"dest": "/dist",
"headers": {
"Access-Control-Allow-Credentials": "true",
"Access-Control-Allow-Methods": "GET,OPTIONS,PATCH,DELETE,POST,PUT",
"Access-Control-Allow-Headers": "X-CSRF-Token, X-Requested-With, Accept, Accept-Version, Content-Length, Content-MD5, Content-Type, Date, X-Api-Version, Content-Type, Authorization"
}
}
]
}
TypeScript
1
https://gitee.com/llm-red-team/kimi-free-api.git
git@gitee.com:llm-red-team/kimi-free-api.git
llm-red-team
kimi-free-api
kimi-free-api
master

搜索帮助