Skip to content

Commit f4fe1fb

Browse files
committed
fix readme
1 parent 79162d6 commit f4fe1fb

File tree

2 files changed

+10
-54
lines changed

2 files changed

+10
-54
lines changed

README-en.md

Lines changed: 0 additions & 48 deletions
This file was deleted.

README-zh_CN.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
# ant-codeAI
22
中文 · [English](./README.md)
33

4-
通过使用AI技术生成高可用代码,web(React,Vue,Tailwind CSS),native(react native)等代码,使用GPT-4 Vision生成,通过截图转化到代码,可以自定义prompt生成可控代码。提供白板功能可以绘制草稿生成代码。
5-
6-
web 支持(React,Vue,Tailwind CSS)
4+
通过使用OpenAI、Gemini技术生成高可用代码,支持 web(React,Vue,Tailwind CSS),native(react native)等代码,使用GPT-4 Vision生成,通过截图、绘制草稿、输入创意生成代码。
75

86
https://github.com/sparrow-js/ant-codeAI/assets/59440091/b66c80fa-b121-442e-b482-f4d3a0cd2d88
97

10-
app 支持(react native)
8+
编辑支持(HTML + Tailwind,react + Tailwind)
9+
<img width="1206" alt="截屏2024-01-07 下午12 55 53" src="https://github.com/sparrow-js/ant-codeAI/assets/59440091/9e1be3c2-5fff-40e9-bba0-ddbdad68a586">
1110

12-
https://github.com/sparrow-js/ant-codeAI/assets/59440091/1f60f5a6-3bbd-4cca-8a9a-7e9a211de8ff
1311

1412

1513
## 🚀 试用
@@ -22,13 +20,19 @@ https://github.com/sparrow-js/ant-codeAI/assets/59440091/1f60f5a6-3bbd-4cca-8a9a
2220
```bash
2321
npm run dev
2422
```
23+
2524
## 🛠 设置
26-
<img width="558" alt="Pasted Graphic 1" src="https://github.com/sparrow-js/firefly/assets/59440091/2daf0da1-dc53-4c2a-b450-2667abcf940b">
25+
<img width="563" alt="setting" src="https://github.com/sparrow-js/ant-codeAI/assets/59440091/7f464a2c-edef-4b00-8cbe-fe46cfabf19e">
26+
支持OpenAI、Gemini(免费),Gemini输出的效果不太好
2727

28+
OpenAI:
2829
- OpenAI API Key
2930
- OpenAI Base URL(代理地址,默认:https://api.openai.com/v1)
3031
- Mock AI Response(mock AI返回的数据,不直接请求AI),直接请求OpenAI 接口会消耗费用
3132

33+
Gemini(免费):
34+
- Gemini API key
35+
3236

3337
## 生成对比
3438
| 原图 | 生成网页 |

0 commit comments

Comments
 (0)