From c7e1d3dbc7cfa563d4025dc891fa780f4cc5fdf1 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Thu, 16 May 2024 21:03:59 -1000 Subject: [PATCH] fix --- src/lib/utils/index.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/lib/utils/index.ts b/src/lib/utils/index.ts index 17b968c87..ad72fde96 100644 --- a/src/lib/utils/index.ts +++ b/src/lib/utils/index.ts @@ -10,10 +10,10 @@ export const getModels = async (token: string) => { console.log(error); return null; }), - // getOpenAIModels(token).catch((error) => { - // console.log(error); - // return null; - // }), + getOpenAIModels(token).catch((error) => { + console.log(error); + return null; + }), getLiteLLMModels(token).catch((error) => { console.log(error); return null;