"doc/vscode:/vscode.git/clone" did not exist on "5ebf5d6e45e8aba1b18501d6fb89f9cbf1dca336"
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) => {
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;
......
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