mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 20:35:19 +00:00
chore: hide the Personalized Memory toggle
This commit is contained in:
parent
6f1486ffd0
commit
fa19f5f5ba
1 changed files with 2 additions and 2 deletions
|
|
@ -45,14 +45,14 @@
|
|||
</div>
|
||||
</Tooltip>
|
||||
|
||||
<div class="">
|
||||
<!-- <div class="">
|
||||
<Switch
|
||||
bind:state={enableMemory}
|
||||
on:change={async () => {
|
||||
saveSettings({ memory: enableMemory });
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue