feat: 增加dall-e插件

This commit is contained in:
Hk-Gosuto
2023-09-14 23:16:18 +08:00
parent 5069bd839d
commit 6a0791f0a2
7 changed files with 114 additions and 2 deletions

View File

@@ -40,4 +40,14 @@ export const EN_PLUGINS: BuiltinPlugin[] = [
createdAt: 1694235989000,
enable: false,
},
{
name: "DALL·E",
toolName: "dalle_image_generator",
lang: "en",
description:
"DALL·E 2 is an AI system that can create realistic images and art from a description in natural language.",
builtin: true,
createdAt: 1694703673000,
enable: false,
},
];