mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-24 04:10:15 +01:00
* 🔧 fix: TTS and STT Services to use AppConfig
- Updated `getProviderSchema` and `getProvider` methods to accept an optional `appConfig` parameter, allowing for more flexible configuration retrieval.
- Improved error handling by ensuring that the app configuration is checked before accessing TTS and STT schemas.
- Refactored `processTextToSpeech` and `streamAudio` methods to utilize the new `appConfig` parameter for better clarity and maintainability.
* feat: Cumulative Transcription Support for STT External
* style: fix medium-sized styling for admin settings dialogs
|
||
|---|---|---|
| .. | ||
| PeoplePicker | ||
| AccessRolesPicker.tsx | ||
| GenericGrantAccessDialog.tsx | ||
| index.ts | ||
| PeoplePickerAdminSettings.tsx | ||
| PrincipalAvatar.tsx | ||
| PublicSharingToggle.tsx | ||