mirror of
https://github.com/open-webui/open-webui
synced 2024-11-25 05:18:15 +00:00
fix
This commit is contained in:
parent
5e3c801c44
commit
c7e1d3dbc7
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user