forked from Azure-Samples/azure-search-openai-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Snapshots updates due to the change of error string
Signed-off-by: nextedoff <[email protected]>
- Loading branch information
Showing
8 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
tests/snapshots/test_app/test_ask_handle_exception_contentsafety/client0/result.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"error": "Your message contains content that was flagged by the OpenAI content filter." | ||
"error": "Your message contains content that was flagged by the content filter." | ||
} |
2 changes: 1 addition & 1 deletion
2
tests/snapshots/test_app/test_ask_handle_exception_contentsafety/client1/result.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"error": "Your message contains content that was flagged by the OpenAI content filter." | ||
"error": "Your message contains content that was flagged by the content filter." | ||
} |
2 changes: 1 addition & 1 deletion
2
tests/snapshots/test_app/test_ask_handle_exception_contextlength/client0/result.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"error": "Your message exceeded the context length limit for this OpenAI model. Please shorten your message or change your settings to retrieve fewer search results." | ||
"error": "Your message exceeded the context length limit for this model. Please shorten your message or change your settings to retrieve fewer search results." | ||
} |
2 changes: 1 addition & 1 deletion
2
tests/snapshots/test_app/test_ask_handle_exception_contextlength/client1/result.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"error": "Your message exceeded the context length limit for this OpenAI model. Please shorten your message or change your settings to retrieve fewer search results." | ||
"error": "Your message exceeded the context length limit for this model. Please shorten your message or change your settings to retrieve fewer search results." | ||
} |
2 changes: 1 addition & 1 deletion
2
tests/snapshots/test_app/test_chat_handle_exception_contentsafety/client0/result.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"error": "Your message contains content that was flagged by the OpenAI content filter." | ||
"error": "Your message contains content that was flagged by the content filter." | ||
} |
2 changes: 1 addition & 1 deletion
2
tests/snapshots/test_app/test_chat_handle_exception_contentsafety/client1/result.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"error": "Your message contains content that was flagged by the OpenAI content filter." | ||
"error": "Your message contains content that was flagged by the content filter." | ||
} |
2 changes: 1 addition & 1 deletion
2
...hots/test_app/test_chat_handle_exception_contentsafety_streaming/client0/result.jsonlines
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"error": "Your message contains content that was flagged by the OpenAI content filter."} | ||
{"error": "Your message contains content that was flagged by the content filter."} |
2 changes: 1 addition & 1 deletion
2
...hots/test_app/test_chat_handle_exception_contentsafety_streaming/client1/result.jsonlines
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"error": "Your message contains content that was flagged by the OpenAI content filter."} | ||
{"error": "Your message contains content that was flagged by the content filter."} |