AzureOpenAIEmbedding modify user input
This commit is contained in:
parent
6504e826f5
commit
c2b35f6c95
|
|
@ -42,18 +42,10 @@ class AzureOpenAIEmbedding_Embeddings implements INode {
|
||||||
{
|
{
|
||||||
label: 'Azure OpenAI Api Version',
|
label: 'Azure OpenAI Api Version',
|
||||||
name: 'azureOpenAIApiVersion',
|
name: 'azureOpenAIApiVersion',
|
||||||
type: 'options',
|
type: 'string',
|
||||||
options: [
|
placeholder: 'YOUR-API-VERSION',
|
||||||
{
|
description:
|
||||||
label: '2023-03-15-preview',
|
'Description of Supported API Versions. Please refer <a target="_blank" href="https://learn.microsoft.com/en-us/azure/cognitive-services/openai/reference#embeddings">examples</a>'
|
||||||
name: '2023-03-15-preview'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: '2022-12-01',
|
|
||||||
name: '2022-12-01'
|
|
||||||
}
|
|
||||||
],
|
|
||||||
default: '2023-03-15-preview'
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Batch Size',
|
label: 'Batch Size',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue