Skip to content

Commit fa23ac2

Browse files
committedNov 8, 2023
Update README.md
1 parent b580eb3 commit fa23ac2

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed
 

‎README.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# 📌 概述
1+
# 🧙 概述
22

3-
**AI 算卦:** 通过6次卜筮的硬币结果生成卦象,并使用 AI 对卦象进行分析
3+
**AI 算卦:** 通过进行六次硬币的随机卜筮,生成卦象,并使用 AI 对卦象进行分析
44

55
## ⚙️ 设置
66

@@ -22,12 +22,19 @@ git clone https://github.com/sunls24/divination
2222
pnpm install
2323
```
2424

25-
3. 开发模式
25+
3. 本地运行
2626

2727
```bash
28+
# 设置环境变量 OPENAI_API_KEY=sk-xxx
29+
touch .env.local
30+
# 本地运行
2831
pnpm run dev
2932
```
3033

3134
## ☁️ 使用 Vercel 部署
3235

3336
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fsunls23%2Fdivination&env=OPENAI_API_KEY)
37+
38+
---
39+
40+
![screenshots](./docs/screenshots.jpg)

‎docs/screenshots.jpg

157 KB
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.