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

@@ -42,6 +42,7 @@ import {
isVisionModel,
isDalle3 as _isDalle3,
} from "@/app/utils";
import { fetch } from "@/app/utils/stream";
export interface OpenAIListModelResponse {
object: string;