mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-13 04:33:42 +08:00
feat: Cloudflare R2 对象存储支持
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user