v0.7.8 (#7287)

*  v0.7.8

* chore: bump data-provider to v0.7.82

* chore: update CONFIG_VERSION to 1.2.5

* chore: bump librechat-mcp version to 1.2.2

* chore: bump @librechat/data-schemas version to 0.0.7
This commit is contained in:
Danny Avila 2025-05-08 13:28:40 -04:00 committed by GitHub
parent e5b234bc72
commit f7777a2723
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 19 additions and 19 deletions

View file

@ -1228,9 +1228,9 @@ export enum TTSProviders {
/** Enum for app-wide constants */
export enum Constants {
/** Key for the app's version. */
VERSION = 'v0.7.8-rc1',
VERSION = 'v0.7.8',
/** Key for the Custom Config's version (librechat.yaml). */
CONFIG_VERSION = '1.2.4',
CONFIG_VERSION = '1.2.5',
/** Standard value for the first message's `parentMessageId` value, to indicate no parent exists. */
NO_PARENT = '00000000-0000-0000-0000-000000000000',
/** Standard value for the initial conversationId before a request is sent */