feat: 将原有的‘ demo_human‘诗歌创作工作流进行修改和补充”#554
Open
tanininl wants to merge 2 commits intoOpenBMB:mainfrom
Open
Conversation
Collaborator
Author
|
I have deleted the leaked token . Please review it again. Thank you for the reminder! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

改动概述:
1.调整了工作流,加入了多个节点以及计数器等工具
2.对每一个节点的config字段中加入了"provider"(因为实际测试时,主程序要求每一个节点的config字段的第一项为string类型,否则会报错),human节点的”provider“默认为”human“
改动原因:
1.原有诗歌创作工作流相对来说难以适应用户的复杂需求:对于诗歌创作而言,客户使用时往往会输入比较宽泛、少量的文字,但又希望诗歌所承载的意境能够符合自己的期待,表达出自己复杂的情感。原有workflow的自调节功能和创作文学性相对不足。
2.(对节点config字段的改动)因为实际测试时,主程序要求每一个节点的config字段的第一项为string类型,否则会报错,无法运行