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
3db6bbfd
Commit
3db6bbfd
authored
Oct 17, 2023
by
Timothy J. Baek
Browse files
Update +page.svelte
parent
0f41abd7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/routes/+page.svelte
src/routes/+page.svelte
+2
-2
No files found.
src/routes/+page.svelte
View file @
3db6bbfd
...
...
@@ -388,7 +388,7 @@
>
<option value="" selected>Select a model</option>
{#each models
.models
as model}
{#each models as model}
<option value={model.name}>{model.name}</option>
{/each}
</select>
...
...
@@ -447,7 +447,7 @@
</div>
</div>
{:else}
<div class="whitespace-pre-line">
<div class="
markdown-body
whitespace-pre-line">
{@html marked.parse(message.content)}
</div>
{/if}
...
...
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