This commit is contained in:
GH Action - Upstream Sync
2024-05-17 00:28:54 +00:00
12 changed files with 110 additions and 67 deletions

View File

@@ -59,9 +59,10 @@ import {
getMessageTextContent,
getMessageImages,
isVisionModel,
compressImage,
} from "../utils";
import { compressImage } from "@/app/utils/chat";
import dynamic from "next/dynamic";
import { ChatControllerPool } from "../client/controller";