Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
c7e1d3db
"git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "9ef843d4922be5eb371d00cf928139f4cd3e959c"
Commit
c7e1d3db
authored
May 16, 2024
by
Timothy J. Baek
Browse files
fix
parent
5e3c801c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/lib/utils/index.ts
src/lib/utils/index.ts
+4
-4
No files found.
src/lib/utils/index.ts
View file @
c7e1d3db
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment