Skip to content

Commit 8320e6b

Browse files
committed
updated reamde
1 parent 0ef079a commit 8320e6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

async-openai/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
Features that makes `async-openai` unique:
3939
- Bring your own custom types for Request or Response objects.
4040
- SSE streaming on available APIs.
41-
- Customize query and headers per request, customize headers globally.
41+
- Customize path, query and headers per request; customize path and headers globally (for all requests).
4242
- Requests (except SSE streaming) including form submissions are retried with exponential backoff when [rate limited](https://platform.openai.com/docs/guides/rate-limits).
4343
- Ergonomic builder pattern for all request objects.
4444
- Microsoft Azure OpenAI Service (only for APIs matching OpenAI spec).

0 commit comments

Comments
 (0)