Update chat.tsx

This commit is contained in:
Kadxy 2025-01-20 10:10:52 +08:00 committed by GitHub
parent 8111acff34
commit f22cfd7b33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -72,6 +72,9 @@ import {
safeLocalStorage,
getModelSizes,
supportsCustomSize,
useMobileScreen,
selectOrCopy,
showPlugins,
} from "../utils";
import { uploadImage as uploadImageRemote } from "@/app/utils/chat";