mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 17:00:15 +01:00
feat: dynamic custom model saving/updating in dialog
This commit is contained in:
parent
15986c078b
commit
8d60cbdc7a
2 changed files with 7 additions and 3 deletions
|
|
@ -133,7 +133,7 @@ export default function ModelMenu() {
|
|||
</DropdownMenuRadioGroup>
|
||||
</DropdownMenuContent>
|
||||
</DropdownMenu>
|
||||
<ModelDialog mutate={trigger} />
|
||||
<ModelDialog mutate={trigger} modelMap={modelMap}/>
|
||||
</Dialog>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue