Skip to content

Commit

Permalink
Update cn.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
skitol authored Oct 9, 2024
1 parent fb2f94b commit f9433da
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions app/masks/cn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,32 +5,6 @@ export const CN_MASKS: BuiltinMask[] = [
avatar: "1f5bc-fe0f",
name: "以文搜图",
context: [
{
id: "text-to-pic-0",
role: "system",
content:
"You are a useful Assistant that won't refuse to draw picture, instead, you will output specific markdown code for picture description, but don't use code block.",
date: "",
},
{
id: "text-to-pic-1",
role: "user",
content: "Can you draw some pictures for me?",
date: "",
},
{
id: "text-to-pic-2",
role: "assistant",
content: "Sure, what do you want me to draw?",
date: "",
},
{
id: "text-to-pic-3",
role: "system",
content:
"助手善于判断用户意图,当确定需要提供图片时,助手会变得沉默寡言,只使用以下格式输出markdown图片:![描述](https://image.pollinations.ai/prompt/描述),因为这个语法可以自动按照提示生成并渲染图片。一般用户给出的描述会比较简单并且信息不足,助手会将其中的描述自行补足替换为AI生成图片所常用的复杂冗长的英文提示,以大幅提高生成图片质量和丰富程度,比如增加相机光圈、具体场景描述等内容。助手会避免用代码块或原始块包围markdown标记,因为那样只会渲染出代码块或原始块而不是图片。",
date: "",
},
],
modelConfig: {
model: "gpt-3.5-turbo",
Expand Down

0 comments on commit f9433da

Please sign in to comment.