Skip to content

Commit 0dbf4d5

Browse files
committed
docs: README hero 改用 GUI 演示动图 + evalNote 软化
- hero 从终端 GIF 换成「网页 Studio 一句话自动组队」的 GUI 演示动图(demo-studio-zh.gif, puppeteer 抓帧 + ffmpeg 合成),突出图形界面/客户端;终端 GIF 下移到「一句话出结果」CLI 区 - 网页 Studio 区去掉与 hero 重复的角色页静图,保留工作流图 - evalNote 软化:强调「有能力≠贵(DeepSeek/本地 70B 就够),只是别用 8B 级小模型」, 不打压免费/本地路径,也不像在推付费
1 parent d656532 commit 0dbf4d5

3 files changed

Lines changed: 10 additions & 8 deletions

File tree

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
> 觉得有用?请点个 **Star** — 帮助更多人发现这个项目。
1919
2020
<p align="center">
21-
<img src="./demo-zh.gif" alt="ao compose --run demo" width="700">
21+
<img src="./demo-studio-zh.gif" alt="网页 Studio:一句话,AI 自动组队" width="820"><br/>
22+
<em>网页 Studio:打一句话,AI 自动从 200+ 专家里组队并运行</em>
2223
</p>
2324

2425
---
@@ -32,11 +33,6 @@
3233
> 🆕 **创意库**:内置图像生成提示词库(Nano Banana / Gemini,可搜索 / 分类 / 一键复制)。
3334
> 🆕 **零配置首跑**:本机已登录 Claude Code / Gemini CLI 等?AO 自动探测并直接用,连 API key 都不用配。
3435
35-
<p align="center">
36-
<img src="./docs/screenshots/studio-roles-zh.png" alt="Studio · 角色组队:从 200+ 专家里勾选,AI 自动合成团队" width="800"><br/>
37-
<em>角色组队:从 200+ 专家里勾选,AI 自动合成团队并运行</em>
38-
</p>
39-
4036
<p align="center">
4137
<img src="./docs/screenshots/studio-workflows-zh.png" alt="Studio · 工作流模板:内置模板一键运行" width="800"><br/>
4238
<em>工作流:内置模板一键运行,也能对比多个模板</em>
@@ -49,10 +45,16 @@
4945

5046
## 一句话出结果
5147

48+
也可以纯命令行——一条命令,一句话出结果:
49+
5250
```bash
5351
ao compose "我是一个程序员,想用AI做自媒体副业,目标月入2万,帮我做完整规划" --run
5452
```
5553

54+
<p align="center">
55+
<img src="./demo-zh.gif" alt="ao compose 命令行演示" width="700">
56+
</p>
57+
5658
5 个 AI 角色自动分工协作:
5759

5860
```

demo-studio-zh.gif

131 KB
Loading

website/src/i18n/translations.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ const zh = {
9696
},
9797
evalNote: {
9898
title: "模型能力决定多智能体的价值(我们做了评测)",
99-
body: "在中等价位的有能力模型上,多智能体产出明显优于单次 prompt;但本地小模型(如 llama3 8B 级)能力不足时,多角色交接反而会放大漂移。追求质量请用有能力的模型。",
99+
body: "在有能力的模型上(DeepSeek 这类便宜的就够、本地 70B+ 也行),多智能体产出明显优于单次 prompt;只有用 8B 级小模型时,多角色交接才会放大漂移。不必花大钱,只是别用太小的模型。",
100100
link: "查看完整评测结论",
101101
},
102102
providers: {
@@ -702,7 +702,7 @@ const en: typeof zh = {
702702
},
703703
evalNote: {
704704
title: "Model capability decides multi-agent value (we measured it)",
705-
body: "On a capable mid-tier model, multi-agent output clearly beats a one-shot prompt; but with weak local models (llama3 8B class), hand-offs amplify drift. For quality, use a capable model.",
705+
body: "On a capable model (cheap ones like DeepSeek are plenty; local 70B+ works too), multi-agent output clearly beats a one-shot prompt; only with 8B-class small models do hand-offs amplify drift. No need to spend big — just don't use a tiny model.",
706706
link: "Read the full eval findings",
707707
},
708708
providers: {

0 commit comments

Comments
 (0)