mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-19 01:40:15 +01:00
Add support for deleting individual presets
This commit is contained in:
parent
fbeff7a461
commit
48e33fe1e9
6 changed files with 39 additions and 39 deletions
|
|
@ -42,10 +42,14 @@ export const presets = () => {
|
|||
return `/api/presets`;
|
||||
}
|
||||
|
||||
export const deletePresets = () => {
|
||||
export const deletePreset = () => {
|
||||
return `/api/presets/delete`;
|
||||
}
|
||||
|
||||
export const aiEndpoints = () => {
|
||||
return `/api/endpoints`;
|
||||
}
|
||||
|
||||
export const tokenizer = () => {
|
||||
return `/api/tokenizer`;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue