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
4922b657
"git@developer.sourcefind.cn:modelzoo/solov2-pytorch.git" did not exist on "381f491776a3e934be88c895a3f17f256342c629"
Commit
4922b657
authored
May 19, 2024
by
Timothy J. Baek
Browse files
Update Personalization.svelte
parent
8163902a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/lib/components/chat/Settings/Personalization.svelte
src/lib/components/chat/Settings/Personalization.svelte
+2
-2
No files found.
src/lib/components/chat/Settings/Personalization.svelte
View file @
4922b657
...
@@ -16,11 +16,11 @@
...
@@ -16,11 +16,11 @@
let showManageModal = false;
let showManageModal = false;
// Addons
// Addons
let enableMemory =
tru
e;
let enableMemory =
fals
e;
onMount(async () => {
onMount(async () => {
let settings = JSON.parse(localStorage.getItem('settings') ?? '{}');
let settings = JSON.parse(localStorage.getItem('settings') ?? '{}');
enableMemory = settings?.memory ??
tru
e;
enableMemory = settings?.memory ??
fals
e;
});
});
</script>
</script>
...
...
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