Skip to content

Commit

Permalink
代码上传
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoman1221 committed Feb 12, 2023
1 parent e5bed2a commit 8d95e2c
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,32 @@
# Vercel-ChatGPT
在Vercel运行的ChatGPT
# 一键部署
<a href="https://vercel.com/new/project?template=https://github.com/xiaoman1221/Vercel-ChatGPT"><img src="https://vercel.com/button"></a>

### 使用方法

​ 首先申请密钥:https://beta.openai.com/account/api-keys

​ Clone 本项目

​ 更改:/api/index.php第二行的key

**为了您的key安全,~~给个star就行~~,别fork这个项目,建议新建一个私人仓库**

```bash
git clone https://github.com/xiaoman1221/Vercel-ChatGPT.git
cd Vercel-ChatGPT
vim /app/index.php
rm -rf ./.git
git init
git branch -M main
git add -A
git commit -m "Update Key"
git remote add origin <你的GitHub地址>
git push -u origin main
```

### 本程序使用GNU协议

### 关注一下我的工作室(?

0 comments on commit 8d95e2c

Please sign in to comment.