Skip to content

Commit a5a9d7b

Browse files
committed
update
1 parent 5ce7bbb commit a5a9d7b

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
@@ -114,7 +114,7 @@ sections:
114114
answer:
115115
You can minimize the occurrence of these errors by reducing the temperature of your prompts to less than 1 and ensuring you're using a client with retry logic. Reattempting the request often results in a successful response.
116116
- question: |
117-
We noticed charges associated with API calls that failed to complete with status code 400. Why is failed called generating a charge?
117+
We noticed charges associated with API calls that failed to complete with status code 400. Why are failed API calls generating a charge?
118118
answer:
119119
If the service performs processing, you will be charged even if the status code is not successful (not 200).
120120
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`.

0 commit comments

Comments
 (0)