mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-04-07 00:15:23 +02:00
Merge a7705f925d into 8ed0bcf5ca
This commit is contained in:
commit
b42f9241c8
1 changed files with 3 additions and 3 deletions
|
|
@ -72,7 +72,7 @@ const imageGenOaiJsonSchema: ExtendedJsonSchema = {
|
|||
properties: {
|
||||
prompt: {
|
||||
type: 'string',
|
||||
maxLength: 32000,
|
||||
maxLength: 4000,
|
||||
description: getImageGenPromptDescription(),
|
||||
},
|
||||
background: {
|
||||
|
|
@ -112,7 +112,7 @@ Guidelines:
|
|||
},
|
||||
prompt: {
|
||||
type: 'string',
|
||||
maxLength: 32000,
|
||||
maxLength: 4000,
|
||||
description: getImageEditPromptDescription(),
|
||||
},
|
||||
quality: {
|
||||
|
|
@ -144,4 +144,4 @@ export const oaiToolkit = {
|
|||
schema: imageEditOaiJsonSchema,
|
||||
responseFormat: 'content_and_artifact' as const,
|
||||
},
|
||||
} as const;
|
||||
} as const;
|
||||
Loading…
Add table
Add a link
Reference in a new issue