We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa5bd5c commit b2c6799Copy full SHA for b2c6799
infra/main.bicep
@@ -194,7 +194,7 @@ param azureOpenAITopP string = '1'
194
param azureOpenAIMaxTokens string = '1000'
195
196
@description('Optional. Azure OpenAI Stop Sequence.')
197
-param azureOpenAIStopSequence string = ''
+param azureOpenAIStopSequence string = '\n'
198
199
@description('Optional. Azure OpenAI System Message.')
200
param azureOpenAISystemMessage string = 'You are an AI assistant that helps people find information.'
0 commit comments