mirror of
https://github.com/Yanyutin753/ChatGPT-Next-Web-LangChain-Gpt-4-All.git
synced 2025-10-18 09:04:05 +00:00
feat: 增加dall-e插件
This commit is contained in:
@@ -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,
|
||||
},
|
||||
];
|
||||
|
Reference in New Issue
Block a user