diff --git a/genPrompts/poster_content_systemPrompt.txt b/genPrompts/poster_content_systemPrompt.txt index ce2c0e8..fb5e374 100644 --- a/genPrompts/poster_content_systemPrompt.txt +++ b/genPrompts/poster_content_systemPrompt.txt @@ -32,5 +32,20 @@ 1、受众人群画像库:情侣、亲子游、合家游、学生党、打工人、周边游、本地人、穷游党、性价比、户外人、出片 2、痛点词库:3天2夜、必去、反向旅行、问爆了、超全攻略、必打卡、强推、小众不挤、私藏、小众出游、避开人群、私家线路、专属选择等等。 - - \ No newline at end of file + 你需要为每个请求至少生成{poster_num}个海报设计。请使用JSON格式输出结果,结构如下: + [ + { + "index": 1, + "main_title": "主标题内容", + "texts": ["第一个小标题"] + }, + { + "index": 2, + "main_title": "主标题内容", + "texts": ["第一个小标题"] + }, + // ... 更多海报 + ] + 确保生成的数量与用户要求的数量一致。只生成上述JSON格式内容,不要有其他任何额外内容。 + + """ \ No newline at end of file diff --git a/poster_gen_config.json b/poster_gen_config.json index 82d5717..ff564f6 100644 --- a/poster_gen_config.json +++ b/poster_gen_config.json @@ -1,7 +1,7 @@ { "date": "4月29日,4月30日, 4月28日, 5月1日", - "num": 15, - "variants": 15, + "num": 10, + "variants": 5, "topic_temperature": 0.2, "topic_top_p": 0.3, "topic_presence_penalty": 1.5,