mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-18 09:20:15 +01:00
feat: support edit preset,
feat: support view current conversation options. feat: save current conversation as a preset. feat: preset delete all.
This commit is contained in:
parent
dae0c2d5e3
commit
d2579b44d1
15 changed files with 340 additions and 269 deletions
|
|
@ -7,6 +7,7 @@ import store from '~/store';
|
|||
|
||||
function ModelDropDown({
|
||||
model,
|
||||
disabled,
|
||||
setModel,
|
||||
endpoint,
|
||||
showAbove = false,
|
||||
|
|
@ -23,6 +24,7 @@ function ModelDropDown({
|
|||
<Listbox
|
||||
value={model}
|
||||
onChange={setModel}
|
||||
disabled={disabled}
|
||||
>
|
||||
{({ open }) => (
|
||||
<>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue