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
20757f4e
Unverified
Commit
20757f4e
authored
Nov 12, 2023
by
Timothy Jaeryang Baek
Committed by
GitHub
Nov 12, 2023
Browse files
Merge pull request #100 from ollama-webui/dev
fix: chat history model load
parents
e6eb7a7f
9afb7fff
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/routes/+page.svelte
src/routes/+page.svelte
+1
-1
No files found.
src/routes/+page.svelte
View file @
20757f4e
...
@@ -372,7 +372,7 @@
...
@@ -372,7 +372,7 @@
history
=
_history
;
history
=
_history
;
}
}
if
(
'
models
'
in
chat
)
{
if
(
'
models
'
in
chat
&&
chat
.
models
!==
undefined
)
{
selectedModels
=
chat
.
models
??
selectedModels
;
selectedModels
=
chat
.
models
??
selectedModels
;
}
else
{
}
else
{
selectedModels
=
[
chat
.
model
??
''
];
selectedModels
=
[
chat
.
model
??
''
];
...
...
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