mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-07 02:01:50 +01:00
feat: add preset and edit preset.
This commit is contained in:
parent
80ef5008dd
commit
45e17da241
29 changed files with 592 additions and 493 deletions
|
|
@ -6,6 +6,7 @@ import user from './user';
|
|||
import text from './text';
|
||||
import submission from './submission';
|
||||
import search from './search';
|
||||
import preset from './preset';
|
||||
|
||||
export default {
|
||||
...conversation,
|
||||
|
|
@ -15,5 +16,6 @@ export default {
|
|||
...user,
|
||||
text,
|
||||
...submission,
|
||||
...search
|
||||
...search,
|
||||
...preset
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue