@@ -176,7 +236,9 @@ For high-quality text generation, such as articles, summaries, and translations,
/>
<Row>
<Col>
Retrieve configured Input parameters, including variable names, field names, types, and default values. Typically used for displaying these fields in a form or filling in default values after the client loads.
Content include:
1. Retrieve configured Input parameters, including variable names, field names, types, and default values. Typically used for displaying these fields in a form or filling in default values after the client loads.
2. Configuration of uploading images, including whether to enable image uploading, the number of uploaded images and the uploading method. Note: This configuration is only available when using a model that supports multimodality.
### Query
...
...
@@ -201,19 +263,30 @@ For high-quality text generation, such as articles, summaries, and translations,
@@ -500,7 +560,9 @@ For versatile conversational apps using a Q&A format, call the chat-messages API
/>
<Row>
<Col>
Retrieve configured Input parameters, including variable names, field names, types, and default values. Typically used for displaying these fields in a form or filling in default values after the client loads.
Content include:
1. Retrieve configured Input parameters, including variable names, field names, types, and default values. Typically used for displaying these fields in a form or filling in default values after the client loads.
2. Configuration of uploading images, including whether to enable image uploading, the number of uploaded images and the uploading method. Note: This configuration is only available when using a model that supports multimodality.
### Query
...
...
@@ -525,19 +587,30 @@ For versatile conversational apps using a Q&A format, call the chat-messages API
'Please wait for the response to the batch task to complete.',
notSelectModel:'Please choose a model',
waitForImgUpload:'Please wait for the image to upload',
},
chatSubTitle:'Pre Prompt',
completionSubTitle:'Prefix Prompt',
...
...
@@ -249,6 +250,25 @@ const translation = {
options:'Options',
addOption:'Add option',
},
vision:{
name:'Vision',
description:'Enable Vision will allows the model to take in images and answer questions about them. ',
settings:'Settings',
visionSettings:{
title:'Vision Settings',
resolution:'Resolution',
resolutionTooltip:`low res will allow model receive a low-res 512 x 512 version of the image, and represent the image with a budget of 65 tokens. This allows the API to return faster responses and consume fewer input tokens for use cases that do not require high detail.
\n
high res will first allows the model to see the low res image and then creates detailed crops of input images as 512px squares based on the input image size. Each of the detailed crops uses twice the token budget for a total of 129 tokens.`,
annotationPlaceholder:'Enter the expected answer that you want AI to reply, which can be used for model fine-tuning and continuous improvement of text generation quality in the future.',
lengthError:'API-key length cannot be less than 5 characters',
},
},
confirm:{
desc:'Deleting the WebHook might cause the extension points configured for this API Extension to fail and produce errors. Please proceed with caution.',