🔊 docs(librechat.example): update version (#3287)

* Update librechat.example.yaml

* Update config.ts
This commit is contained in:
Marco Beretta 2024-07-07 19:00:45 +02:00 committed by GitHub
parent 55f8d9910e
commit 6c306a662c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
# https://www.librechat.ai/docs/configuration/librechat_yaml
# Configuration version (required)
version: 1.0.9
version: 1.1.5
# Cache settings: Set to true to enable caching
cache: true

View file

@ -851,7 +851,7 @@ export enum Constants {
/** Key for the app's version. */
VERSION = 'v0.7.4-rc1',
/** Key for the Custom Config's version (librechat.yaml). */
CONFIG_VERSION = '1.1.4',
CONFIG_VERSION = '1.1.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 */