Skip to content

Commit 519f371

Browse files
docs(readme): consistent use of sentence case in headings (#1255)
1 parent fc8b4c3 commit 519f371

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ asyncio.run(main())
101101

102102
Functionality between the synchronous and asynchronous clients is otherwise identical.
103103

104-
## Streaming Responses
104+
## Streaming responses
105105

106106
We provide support for streaming responses using Server Side Events (SSE).
107107

@@ -281,7 +281,7 @@ completion = client.chat.completions.create(
281281
)
282282
```
283283

284-
## File Uploads
284+
## File uploads
285285

286286
Request parameters that correspond to file uploads can be passed as `bytes`, a [`PathLike`](https://docs.python.org/3/library/os.html#os.PathLike) instance or a tuple of `(filename, contents, media type)`.
287287

0 commit comments

Comments
 (0)