Skip to content

Commit b2c6799

Browse files
fix: Added Stop sequence for Open AI
1 parent aa5bd5c commit b2c6799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ param azureOpenAITopP string = '1'
194194
param azureOpenAIMaxTokens string = '1000'
195195

196196
@description('Optional. Azure OpenAI Stop Sequence.')
197-
param azureOpenAIStopSequence string = ''
197+
param azureOpenAIStopSequence string = '\n'
198198

199199
@description('Optional. Azure OpenAI System Message.')
200200
param azureOpenAISystemMessage string = 'You are an AI assistant that helps people find information.'

0 commit comments

Comments
 (0)