mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-03 17:18:51 +01:00
✨ v0.8.0-rc3 (#9269)
* chore: bump data-provider to v0.8.004 * 📦 chore: bump @librechat/data-schemas version to 0.0.20 * 📦 chore: bump @librechat/api version to 1.3.4 * ✨ v0.8.0-rc3 * docs: update README * docs: update README * docs: enhance multilingual UI section in README
This commit is contained in:
parent
a22359de5e
commit
4a0b329e3e
13 changed files with 28 additions and 23 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "librechat-data-provider",
|
||||
"version": "0.8.003",
|
||||
"version": "0.8.004",
|
||||
"description": "data services for librechat apps",
|
||||
"main": "dist/index.js",
|
||||
"module": "dist/index.es.js",
|
||||
|
|
|
|||
|
|
@ -1520,7 +1520,7 @@ export enum TTSProviders {
|
|||
/** Enum for app-wide constants */
|
||||
export enum Constants {
|
||||
/** Key for the app's version. */
|
||||
VERSION = 'v0.8.0-rc2',
|
||||
VERSION = 'v0.8.0-rc3',
|
||||
/** Key for the Custom Config's version (librechat.yaml). */
|
||||
CONFIG_VERSION = '1.2.8',
|
||||
/** Standard value for the first message's `parentMessageId` value, to indicate no parent exists. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue