mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-16 16:30:15 +01:00
🏷️ fix: Ensure modelLabel Field Usage for ModelSpecs pt. 2 (#4225)
* fix: ensure modelSpec presets have endpointType defined, add `modelLabel` to openAISchema * chore: bump rollup due to CVE-2024-47068
This commit is contained in:
parent
6f498eee0f
commit
ba1014a038
5 changed files with 97 additions and 99 deletions
|
|
@ -931,6 +931,7 @@ export const agentsSchema = tConversationSchema
|
|||
export const openAISchema = tConversationSchema
|
||||
.pick({
|
||||
model: true,
|
||||
modelLabel: true,
|
||||
chatGptLabel: true,
|
||||
promptPrefix: true,
|
||||
temperature: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue