From af9d19d22f2a6cd8258cb271c08b98cb2b61e023 Mon Sep 17 00:00:00 2001 From: wonder Date: Mon, 25 May 2026 11:39:21 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=8F=90=E7=A4=BA=E8=AF=8D=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E9=93=BE=E8=B7=AF=E5=9B=BE=E6=94=B9=E4=B8=BA=E4=B8=8A?= =?UTF-8?q?=E4=B8=8B=E6=8E=92=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe63b06..ab566ea 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ graph TD ### 提示词优化链路 ```mermaid -graph LR +graph TD A["用户输入
标签 + 原始 Prompt + 素材类型"] --> B["formatMetaPrompt
构建元提示词:角色设定 + 输出格式 + 用户输入"] B --> C["llmRefine
调用 OpenAI 兼容 Chat API
支持 SSE 流式 / 非流式
无 key 自动回退模板"] C --> D["三段式规范提示词
【主题】【风格】【技术】"]