SIUBIU commited on
Commit
766ec30
·
verified ·
1 Parent(s): 6881854

Update prompt_gen.py

Browse files
Files changed (1) hide show
  1. prompt_gen.py +3 -3
prompt_gen.py CHANGED
@@ -29,9 +29,9 @@ def prompt_gen(advise, gender):
29
  "content": "You are a helpful assistant.",},
30
  {"role": "user",
31
  "content": advise + "根据建议,从以下的触发词、种类、上衣、裙子、领子、袖子、袖口、腰饰、裙子详述中每个挑选一个词,分点描述,触发词固定选择为" + trigger +
32
- ", 把英文也附在后面的括号里,然后在下面先加一条prompt,标题为‘# prompt’,并在此标题下总结所有英文描述,用逗"
33
- "号间隔,再加上‘, white background’, 然后换行后以'promptEnd'结尾;再然后加一条服饰风格介绍,标题为"
34
- "‘# 服饰风格介绍’,并在此标题下以介绍的口吻总结所有的中文描述。" + prompt,
35
  }
36
  ]
37
 
 
29
  "content": "You are a helpful assistant.",},
30
  {"role": "user",
31
  "content": advise + "根据建议,从以下的触发词、种类、上衣、裙子、领子、袖子、袖口、腰饰、裙子详述中每个挑选一个词,分点描述,触发词固定选择为" + trigger +
32
+ ", 把英文也附在后面的括号里,然后在下面先加一条prompt,以‘prompt’为开头后换行,然后输出所有英文描述,用逗"
33
+ "号间隔,再加上‘, white background’, 再然后换行后以'promptEnd'结尾;接着再加一条服饰风格介绍,以"
34
+ "‘服饰风格介绍’为开头后换行,再以介绍的口吻总结输出所有的中文描述。" + prompt,
35
  }
36
  ]
37