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
0f41abd7
"...composable_kernel.git" did not exist on "55ab46873f2f43c2ca26d1d1cba984eb952383d4"
Commit
0f41abd7
authored
Oct 17, 2023
by
Timothy J. Baek
Browse files
Update +page.server.ts
parent
42087a4a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/routes/+page.server.ts
src/routes/+page.server.ts
+1
-1
No files found.
src/routes/+page.server.ts
View file @
0f41abd7
...
@@ -19,6 +19,6 @@ export const load: PageServerLoad = async ({ url }) => {
...
@@ -19,6 +19,6 @@ export const load: PageServerLoad = async ({ url }) => {
});
});
return
{
return
{
models
:
models
?
models
.
models
:
[]
models
:
models
?
.
models
??
[]
};
};
};
};
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