feat: Cloudflare R2 对象存储支持

This commit is contained in:
Hk-Gosuto
2023-09-16 19:01:35 +08:00
parent 6d8150a1b0
commit 2947274ce6
7 changed files with 1156 additions and 21 deletions

View File

@@ -42,7 +42,8 @@ export const CN_PLUGINS: BuiltinPlugin[] = [
name: "DALL·E",
toolName: "dalle_image_generator",
lang: "cn",
description: "DALL·E 可以根据自然语言的描述创建逼真的图像和艺术。",
description:
"DALL·E 可以根据自然语言的描述创建逼真的图像和艺术。使用本插件需要配置 Cloudflare R2 对象存储服务。",
builtin: true,
createdAt: 1694703673000,
enable: false,

View File

@@ -45,7 +45,7 @@ export const EN_PLUGINS: BuiltinPlugin[] = [
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.",
"DALL·E 2 is an AI system that can create realistic images and art from a description in natural language. Using this plugin requires configuring Cloudflare R2 object storage service.",
builtin: true,
createdAt: 1694703673000,
enable: false,