mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-08 21:44:59 +08:00
feat: add lodash-es
This commit is contained in:
@@ -17,13 +17,9 @@ 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