yoyo (@youyushi)Dify工作流-吴恩达三步翻译法实现 中发帖

大致上工作流程如下: 

提示 LLM 将文本从 source_language 翻译到 target_language;
让 LLM 反思翻译结果并提出建设性的改进建议;
使用这些建议来让 LLM改进翻译。

app:
description: 吴恩达开源反思翻译核心工作流
icon: 🤖
icon_background: '#FFEAD5'
mode: workflow
name: 反思型超级翻译
use_icon_as_answer_icon: false
kind: app
version: 0.1.5
workflow:
conversation_variables: []
environment_variables: []
features:
file_upload:
allowed_file_extensions:
...