LibreChat/api/server/services
Danny Avila ead1c3c797
🔧 fix: Error Handling Improvements (#1518)
* style(Icon): remove error bubble from message icon

* fix(custom): `initializeClient` now throws error if apiKey or baseURL are admin provided but no env var was found

* refactor(tPresetSchema): match `conversationId` type to `tConversationSchema` but optional, use `extendedModelEndpointSchema` for `endpoint`

* fix(useSSE): minor improvements
- use `completed` set to avoid submitting unecessary abort request
- set preset with `newConversation` calls using initial conversation settings to prevent default Preset override as well as default settings
- return if there is a parsing error within `onerror` as expected errors from server are properly formatted
2024-01-08 09:30:38 -05:00
..
Config 💫 feat: Config File & Custom Endpoints (#1474) 2024-01-03 09:22:48 -05:00
Endpoints 🔧 fix: Error Handling Improvements (#1518) 2024-01-08 09:30:38 -05:00
Files 🔧 fix: langchain packages mismatch, mount config file for deploy-compose.yaml, silence config not found error (#1481) 2024-01-03 10:59:38 -05:00
Runs refactor(api): Central Logging 📜 (#1348) 2023-12-14 07:49:27 -05:00
AssistantService.js feat: Vision Support + New UI (#1203) 2023-11-21 20:12:48 -05:00
AuthService.js refactor(api): Central Logging 📜 (#1348) 2023-12-14 07:49:27 -05:00
ModelService.js 💫 feat: Config File & Custom Endpoints (#1474) 2024-01-03 09:22:48 -05:00
PluginService.js refactor(api): Central Logging 📜 (#1348) 2023-12-14 07:49:27 -05:00
signPayload.js chore: remove jose as Bun now supports JWT 🍞 (#1167) 2023-11-12 00:44:46 -05:00
UserService.js refactor(api): Central Logging 📜 (#1348) 2023-12-14 07:49:27 -05:00