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: async-openai/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@
38
38
Features that makes `async-openai` unique:
39
39
- Bring your own custom types for Request or Response objects.
40
40
- SSE streaming on available APIs.
41
-
- Customize query and headers globally or per request.
41
+
- Customize query and headers per request, customize headers globally.
42
42
- Requests (except SSE streaming) including form submissions are retried with exponential backoff when [rate limited](https://platform.openai.com/docs/guides/rate-limits).
43
43
- Ergonomic builder pattern for all request objects.
44
44
- Microsoft Azure OpenAI Service (only for APIs matching OpenAI spec).
0 commit comments