This commit is contained in:
Timothy J. Baek 2024-05-16 21:03:59 -10:00
parent 5e3c801c44
commit c7e1d3dbc7

View File

@ -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;