Commit c7e1d3db authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix

parent 5e3c801c
...@@ -10,10 +10,10 @@ export const getModels = async (token: string) => { ...@@ -10,10 +10,10 @@ export const getModels = async (token: string) => {
console.log(error); console.log(error);
return null; return null;
}), }),
// getOpenAIModels(token).catch((error) => { getOpenAIModels(token).catch((error) => {
// console.log(error); console.log(error);
// return null; return null;
// }), }),
getLiteLLMModels(token).catch((error) => { getLiteLLMModels(token).catch((error) => {
console.log(error); console.log(error);
return null; return null;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment