LibreChat/api
Danny Avila ca64efec1b
feat: Implement Default Preset Selection for Conversations 📌 (#1275)
* fix: type issues with icons

* refactor: use react query for presets, show toasts on preset crud, refactor mutations, remove presetsQuery from Root (breaking change)

* refactor: change preset titling

* refactor: update preset schemas and methods for necessary new properties `order` and `defaultPreset`

* feat: add `defaultPreset` Recoil value

* refactor(getPresetTitle): make logic cleaner and more concise

* feat: complete UI portion of defaultPreset feature, with animations added to preset items

* chore: remove console.logs()

* feat: complete default preset handling

* refactor: remove user sensitive values on logout

* fix: allow endpoint selection without default preset overwriting
2023-12-06 14:00:15 -05:00
..
app 🐛 fix: Prevent Node Server Crash Due to Unhandled ChatCompletionMessage Error (#1278) 2023-12-04 22:58:23 -05:00
cache fix(config/scripts): Enhance User Creation and Ban Handling, Standardize Imports (#1144) 2023-11-06 09:19:43 -05:00
lib feat(api): initial Redis support; fix(SearchBar): proper debounce (#1039) 2023-10-11 17:05:47 -04:00
models feat: Implement Default Preset Selection for Conversations 📌 (#1275) 2023-12-06 14:00:15 -05:00
server feat: Implement Default Preset Selection for Conversations 📌 (#1275) 2023-12-06 14:00:15 -05:00
strategies refactor: address potential issues with deploy-compose.yml (#1220) 2023-11-25 16:34:51 -05:00
test fix(ci): initialize ban env vars in jestSetup (#937) 2023-09-13 11:49:34 -04:00
utils 🔧 Fix: Resolve Anthropic Client Issues 🧠 (#1226) 2023-11-26 14:44:57 -05:00
config.js feat: Vision Support + New UI (#1203) 2023-11-21 20:12:48 -05:00
jest.config.js feat: Vision Support + New UI (#1203) 2023-11-21 20:12:48 -05:00
jsconfig.json feat(api): initial Redis support; fix(SearchBar): proper debounce (#1039) 2023-10-11 17:05:47 -04:00
package.json 🐛 fix: Prevent Node Server Crash Due to Unhandled ChatCompletionMessage Error (#1278) 2023-12-04 22:58:23 -05:00
typedefs.js feat: Vision Support + New UI (#1203) 2023-11-21 20:12:48 -05:00