"git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "9ef843d4922be5eb371d00cf928139f4cd3e959c"
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