LibreChat/api/server
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
..
controllers 🧪 feat: Experimental: Enable Switching Endpoints Mid-Conversation (#1483) 2024-01-03 19:17:42 -05:00
middleware 🛠️ fix: Custom Endpoint issues, Improve SSE Response Handling (#1510) 2024-01-07 13:49:59 -05:00
routes 💫 feat: Config File & Custom Endpoints (#1474) 2024-01-03 09:22:48 -05:00
services 🔧 fix: Error Handling Improvements (#1518) 2024-01-08 09:30:38 -05:00
utils 💫 feat: Config File & Custom Endpoints (#1474) 2024-01-03 09:22:48 -05:00
index.js 🐛 fix: Load dotenv at Top of Call Stack (#1512) 2024-01-07 14:32:59 -05:00
socialLogins.js feat(api): initial Redis support; fix(SearchBar): proper debounce (#1039) 2023-10-11 17:05:47 -04:00