Skip to content

Commit d20f1c3

Browse files
fix: Remove default values for azureSearchFilter and azureOpenAIStopSequence parameters
1 parent ae0ba01 commit d20f1c3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

infra/main.parameters.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"value": "${AZURE_SEARCH_FILENAME_COLUMN=filename}"
4646
},
4747
"azureSearchFilter": {
48-
"value": "${AZURE_SEARCH_FILTER=}"
48+
"value": "${AZURE_SEARCH_FILTER}"
4949
},
5050
"azureSearchUrlColumn": {
5151
"value": "${AZURE_SEARCH_URL_COLUMN=url}"
@@ -156,7 +156,7 @@
156156
"value": "${AZURE_OPENAI_TOP_P=1}"
157157
},
158158
"azureOpenAIStopSequence": {
159-
"value": "${AZURE_OPENAI_STOP_SEQUENCE=}"
159+
"value": "${AZURE_OPENAI_STOP_SEQUENCE}"
160160
},
161161
"azureOpenAISystemMessage": {
162162
"value": "${AZURE_OPENAI_SYSTEM_MESSAGE=You are an AI assistant that helps people find information.}"

infra/main.waf.parameters.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"value": "${AZURE_SEARCH_FILENAME_COLUMN=filename}"
4646
},
4747
"azureSearchFilter": {
48-
"value": "${AZURE_SEARCH_FILTER=}"
48+
"value": "${AZURE_SEARCH_FILTER}"
4949
},
5050
"azureSearchUrlColumn": {
5151
"value": "${AZURE_SEARCH_URL_COLUMN=url}"

0 commit comments

Comments
 (0)