You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/openai/faq.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ sections:
25
25
- question: |
26
26
Does Azure OpenAI support custom API headers? We append additional custom headers to our API requests and are seeing HTTP 431 failure errors.
27
27
answer: |
28
-
Our current APIs allow up to 10 custom headers, which are passed through the pipeline, and returned. We have noticed some customers now exceed this header count resulting in HTTP 431 errors. There is no solution for this error, other than to reduce header volume. In future API versions we will no longer pass through custom headers**. We recommend customers not depend on custom headers in future system architectures.
28
+
Our current APIs allow up to 10 custom headers, which are passed through the pipeline, and returned. We have noticed some customers now exceed this header count resulting in HTTP 431 errors. There is no solution for this error, other than to reduce header volume. In future API versions we will no longer pass through custom headers. We recommend customers not depend on custom headers in future system architectures.
29
29
- question: |
30
30
Does Azure OpenAI work with the latest Python library released by OpenAI (version>=1.0)?
31
31
answer: |
@@ -41,7 +41,7 @@ sections:
41
41
- question: |
42
42
How do the capabilities of Azure OpenAI compare to OpenAI?
43
43
answer: |
44
-
Azure OpenAI Service gives customers advanced language AI with OpenAI GPT-3, Codex, and DALL-E models with the security and enterprise promise of Azure. Azure OpenAI co-develops the APIs with OpenAI, ensuring compatibility and a smooth transition from one to the other.
44
+
Azure OpenAI Service gives customers advanced language AI with OpenAI GPT-3, Codex, and DALL-E models with the security and enterprise promise of Azure. Azure OpenAI codevelops the APIs with OpenAI, ensuring compatibility and a smooth transition from one to the other.
45
45
46
46
With Azure OpenAI, customers get the security capabilities of Microsoft Azure while running the same models as OpenAI.
47
47
- question: |
@@ -203,7 +203,7 @@ sections:
203
203
- question: |
204
204
What type of files can I upload?
205
205
answer: |
206
-
We currently support PNG (.png), JPEG (.jpeg and .jpg), WEBP (.webp), and non-animated GIF (.gif).
206
+
We currently support PNG (.png), JPEG (.jpeg and .jpg), WEBP (.webp), and nonanimated GIF (.gif).
207
207
- question: |
208
208
Is there a limit to the size of the image I can upload?
0 commit comments