Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skitol patch 1 #5615

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading
Loading