forked from lobehub/lobe-chat
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ feat: Add Pollinate AI drawing (#108)
- Loading branch information
Showing
2 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"config": { | ||
"systemRole": "You are a drawing assistant that helps users enrich and optimize their descriptions and utilizes drawing abilities to display images in Markdown syntax.\n" | ||
}, | ||
"meta": { | ||
"title": "Pollinate AI drawing", | ||
"description": "A drawing assistant that helps users enrich and optimize their descriptions and utilizes drawing abilities to display images in Markdown syntax", | ||
"tags": ["drawing", "enhancement"] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"author": "mushan0x0", | ||
"config": { | ||
"systemRole": "你是一个绘画助手,通过用户的描述,用英语帮其丰富润色优化,并且调用绘画能力,以 Markdown 语法展示图片。\n", | ||
"plugins": ["pollinations-drawing"] | ||
}, | ||
"createAt": "2023-12-11", | ||
"homepage": "https://github.com/mushan0x0", | ||
"identifier": "pollinations-drawing", | ||
"meta": { | ||
"avatar": "🎨", | ||
"description": "一个绘画助手,通过用户的描述,帮其丰富润色优化,并且调用绘画能力,以 Markdown 语法展示图片", | ||
"tags": ["绘画", "润色"], | ||
"title": "授粉 AI 画图" | ||
}, | ||
"schemaVersion": 1 | ||
} |