mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-13 20:53:45 +08:00
feat: support custom s3 service
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { StructuredTool } from "langchain/tools";
|
||||
import { z } from "zod";
|
||||
import S3FileStorage from "../../utils/r2_file_storage";
|
||||
import S3FileStorage from "../../utils/s3_file_storage";
|
||||
|
||||
export class DallEAPIWrapper extends StructuredTool {
|
||||
name = "dalle_image_generator";
|
||||
|
||||
Reference in New Issue
Block a user