feat(azure-openai): add send prompt action

This commit is contained in:
Ali BARIN
2023-12-20 14:46:31 +00:00
parent d070e976b0
commit c975a56245
12 changed files with 218 additions and 2 deletions

View File

@@ -105,7 +105,7 @@ export default defineAction({
description: `Number between -2.0 and 2.0. Positive values penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim.`
},
{
label: 'presencePenalty',
label: 'Presence Penalty',
key: 'presencePenalty',
type: 'string' as const,
required: false,

View File

@@ -75,7 +75,7 @@ export default defineAction({
description: `Number between -2.0 and 2.0. Positive values penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim.`
},
{
label: 'presencePenalty',
label: 'Presence Penalty',
key: 'presencePenalty',
type: 'string' as const,
required: false,