mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 11:57:51 +01:00
fix
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user