fix: use tauri fetch

This commit is contained in:
Dogtiti
2024-10-16 21:57:07 +08:00
parent 463fa743e9
commit deb1e76c41
3 changed files with 3 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ import { getMessageTextContent, isVisionModel } from "@/app/utils";
import { preProcessImageContent, stream } from "@/app/utils/chat";
import { cloudflareAIGatewayUrl } from "@/app/utils/cloudflare";
import { RequestPayload } from "./openai";
import { fetch } from "@/app/utils/stream";
export type MultiBlockContent = {
type: "image" | "text";