mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-08 21:17:24 +08:00
update
This commit is contained in:
@@ -22,9 +22,13 @@ import {
|
||||
import { prettyObject } from "@/app/utils/format";
|
||||
import { getClientConfig } from "@/app/config/client";
|
||||
import { getMessageTextContent, isVisionModel } from "@/app/utils";
|
||||
// @ts-ignore
|
||||
import mapKeys from "lodash-es/mapKeys";
|
||||
// @ts-ignore
|
||||
import mapValues from "lodash-es/mapValues";
|
||||
// @ts-ignore
|
||||
import isArray from "lodash-es/isArray";
|
||||
// @ts-ignore
|
||||
import isObject from "lodash-es/isObject";
|
||||
|
||||
export interface OpenAIListModelResponse {
|
||||
|
Reference in New Issue
Block a user