Skip to content

Commit aa5bd5c

Browse files
fix: removed \n
1 parent f0b57c4 commit aa5bd5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/main.waf.parameters.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
"value": "${AZURE_OPENAI_TOP_P=1}"
121121
},
122122
"azureOpenAIStopSequence": {
123-
"value": "${AZURE_OPENAI_STOP_SEQUENCE=\n}"
123+
"value": "${AZURE_OPENAI_STOP_SEQUENCE}"
124124
},
125125
"azureOpenAISystemMessage": {
126126
"value": "${AZURE_OPENAI_SYSTEM_MESSAGE=You are an AI assistant that helps people find information.}"

0 commit comments

Comments
 (0)