add 16k model to Azure

This commit is contained in:
Henry
2023-07-02 00:55:25 +01:00
parent 28bed455fb
commit 2ac229a242
3 changed files with 13 additions and 21 deletions
@@ -43,7 +43,7 @@ class AzureOpenAIEmbedding_Embeddings implements INode {
label: 'Azure OpenAI Api Version',
name: 'azureOpenAIApiVersion',
type: 'string',
placeholder: 'YOUR-API-VERSION',
placeholder: '2023-03-15-preview',
description:
'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>'
},