mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-03-03 06:40:20 +01:00
⚠️ chore: Remove Deprecated forcePrompt setting (#11622)
- Removed `forcePrompt` parameter from various configuration files including `librechat.example.yaml`, `initialize.js`, `values.yaml`, and `initialize.ts`.
- This change simplifies the configuration by eliminating unused options, enhancing clarity and maintainability across the codebase.
This commit is contained in:
parent
f34052c6bb
commit
5eb0a3ad90
6 changed files with 0 additions and 12 deletions
|
|
@ -97,7 +97,6 @@ librechat:
|
|||
# titleModel: "gpt-3.5-turbo"
|
||||
# summarize: false
|
||||
# summaryModel: "gpt-3.5-turbo"
|
||||
# forcePrompt: false
|
||||
# modelDisplayLabel: "OpenRouter"
|
||||
|
||||
# name of existing Yaml configmap, key must be librechat.yaml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue