Commit 53bac87f authored by 周成波's avatar 周成波

update

parent a2997e68
......@@ -62,6 +62,7 @@ export const useManyValues = () => {
chatgpt_prompt: `生成一个50字的小故事`,
chatgpt_answer: ``,
chatgpt_answer_roles: [],
all_roles: "",
adapt_result_json: [],
final_video: ``,
};
......@@ -70,8 +71,51 @@ export const useManyValues = () => {
task_id: "20240220181602687",
chatgpt_prompt: `生成一个50字的科幻小故事,阿凡达系列`,
chatgpt_answer: `在宁静的森林里。一场奇特的食物大战正在上演。`,
chatgpt_answer_roles: [],
adapt_result_json: [],
chatgpt_answer_roles: [
{
"角色": "森林里的动物们",
"角色关键词": "动物们:松鼠,鹿,狐狸,熊,体型各异,色彩斑斓,四肢灵活,五官敏锐,皮毛浓密",
"角色关键词英文": "Animals. Squirrel. Deer. Fox. Bear. Different sizes. Colors. Agile limbs. Five officers are sharp. The fur is thick. ",
"属性": "动物"
}
],
adapt_result_json: [
{
"编号": "1",
"场景描述": "在宁静的森林里",
"场景关键词": "静谧的森林深处,层林尽染,鸟鸣声若隐若现,阳光斑驳洒落,生机盎然中弥漫着神秘与未知。",
"场景关键词英文": "♪ Deep in the quiet forest ♪ It's all over the forest. Birds sound like birds. ♪ Sunshine pours down ♪ There's a mystery in life. And unknown. ",
"角色": "无角色",
"角色关键词": "",
"角色关键词英文": "",
"画面描述词": "♪ Deep in the quiet forest ♪ It's all over the forest. Birds sound like birds. ♪ Sunshine pours down ♪ There's a mystery in life. And unknown. ,",
"本镜配图": "http://wm-tools-backend.frp.wmdigit.com:8888/assets/outputs/20240220181602687/img/1_resized.png?v=20240317121638794",
"local_image_path": "assets/outputs/20240220181602687/img/1_resized.png",
"info": "推理返回:由于本章节描述为“在宁静的森林里”,并没有明确指出具体出现了哪些动物,所以无法从角色列表(森林里的动物们)中挑选出本章节中出现过的具体角色。",
"roles": [
"无角色",
"森林里的动物们"
]
},
{
"编号": "2",
"场景描述": "一场奇特的食物大战正在上演",
"场景关键词": "宁静森林中,各类食物化身为生动角色,激烈交锋,面包掷飞镖,水果射弹珠,糖果舞动绸带,薯片挥剑,上演了一场妙趣横生的食物大战。",
"场景关键词英文": "# In the quiet forest # All kinds of food is a living angle. Colour It's a tough fight. Bread toss dart. Fruit shoots marbles. Candy-dancing silk ribbons. The chips swing the sword. There's been an interesting performance. Food war. ",
"角色": "森林里的动物们",
"角色关键词": "动物们:松鼠,鹿,狐狸,熊,体型各异,色彩斑斓,四肢灵活,五官敏锐,皮毛浓密",
"角色关键词英文": "Animals. Squirrel. Deer. Fox. Bear. Different sizes. Colors. Agile limbs. Five officers are sharp. The fur is thick. ",
"画面描述词": "# In the quiet forest # All kinds of food is a living angle. Colour It's a tough fight. Bread toss dart. Fruit shoots marbles. Candy-dancing silk ribbons. The chips swing the sword. There's been an interesting performance. Food war. ,Animals. Squirrel. Deer. Fox. Bear. Different sizes. Colors. Agile limbs. Five officers are sharp. The fur is thick. ",
"本镜配图": "http://wm-tools-backend.frp.wmdigit.com:8888/assets/outputs/20240220181602687/img/2_resized.png?v=20240317121651990",
"local_image_path": "assets/outputs/20240220181602687/img/2_resized.png",
"info": "推理返回:森林里的动物们",
"roles": [
"无角色",
"森林里的动物们"
]
}
],
all_roles: "森林里的动物们",
final_video: ``,
};
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment