mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-30 23:28:52 +01:00
* 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 |
||
|---|---|---|
| .. | ||
| react-query | ||
| types | ||
| api-endpoints.ts | ||
| config.ts | ||
| createPayload.ts | ||
| data-service.ts | ||
| headers-helpers.ts | ||
| index.ts | ||
| keys.ts | ||
| parsers.ts | ||
| request.ts | ||
| schemas.ts | ||
| sse.js | ||
| types.ts | ||