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;