Skip to content

Commit

Permalink
Snapshots updates due to the change of error string
Browse files Browse the repository at this point in the history
Signed-off-by: nextedoff <[email protected]>
  • Loading branch information
nextedoff committed Aug 18, 2024
1 parent 7a70239 commit 7d2d98b
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
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."
}
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."
}
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."
}
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."
}
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."
}
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."
}
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."}
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."}

0 comments on commit 7d2d98b

Please sign in to comment.