合理运用大善人(一)—— 部署 new-api
_colin1112_ · · 科技·工程
new-api 是一个可以将众多(几乎全网) AI api 整合在一起的 api 平台,并转换为 OpenAI Api 的格式。
演示站点(免费试用)
AtCoder & Codeforces better AI 翻译指南
new-api 简介
api 使用简介
1. 准备
- 注册 claw cloud run (你需要用注册 180 天以上的 github 账号注册)
2. 部署
打开 claw cloud run,选择 App Launchpad,在右上角选择 Create App。
Application Name 随便填,Image 选择 public,Image Name 填写 calciumion/new-api:latest
。
配置随心所欲,如果你是自用,推荐配置:
打开 Enable Internet Access
,端口(Container Port
)填写 3000
。
Environment Variables
中填写 TZ=Asia/Shanghai
。
image.png
Local Storage
:
点击右上角 Deploy Application
就可以部署了。
点击这里
就可以看到自己部署的 new-api 了。