Skip to content

Commit becf8a6

Browse files
authored
Fix typo in FAQ answer text
1 parent 92accab commit becf8a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/openai/faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ sections:
115115
We noticed charges associated with API calls that failed to complete with status code 400. Why are failed API calls generating a charge?
116116
answer:
117117
If the service performs processing, you will be charged even if the status code is not successful (not 200).
118-
Common examples of this are, a 400 error due to a content filter or input limit, or a 408 error due to a timeout. Charges will also occur when a `status 200` is received with a `finish_reason` of `content_filter`.
118+
Common examples of this are, a 400 error due to a content filter or input limit, or a 408 error due to a time-out. Charges will also occur when a `status 200` is received with a `finish_reason` of `content_filter`.
119119
In this case the prompt did not have any issues, but the completion generated by the model was detected to violate the content filtering rules, which result in the completion being filtered.
120120
121121
If the service doesn't perform processing, you won't be charged.

0 commit comments

Comments
 (0)