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
e7b8921a
"src/vscode:/vscode.git/clone" did not exist on "5dce9e271ab84dbff7d52eb04663a697563c27cb"
Commit
e7b8921a
authored
Oct 17, 2023
by
Timothy J. Baek
Browse files
error page added
parent
4f9d57c7
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
src/routes/+error.svelte
src/routes/+error.svelte
+5
-0
src/routes/+page.server.ts
src/routes/+page.server.ts
+1
-1
No files found.
src/routes/+error.svelte
0 → 100644
View file @
e7b8921a
<script>
import { page } from '$app/stores';
</script>
<div>{$page.status}: {$page.error.message}</div>
src/routes/+page.server.ts
View file @
e7b8921a
...
...
@@ -19,6 +19,6 @@ export const load: PageServerLoad = async ({ url }) => {
});
return
{
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