mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
fix
This commit is contained in:
parent
5e3c801c44
commit
c7e1d3dbc7
1 changed files with 4 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue