Skip to content

Commit

Permalink
docs(readme): consistent use of sentence case in headings (#1255)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Mar 20, 2024
1 parent fc8b4c3 commit 519f371
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ asyncio.run(main())

Functionality between the synchronous and asynchronous clients is otherwise identical.

## Streaming Responses
## Streaming responses

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

Expand Down Expand Up @@ -281,7 +281,7 @@ completion = client.chat.completions.create(
)
```

## File Uploads
## File uploads

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)`.

Expand Down

0 comments on commit 519f371

Please sign in to comment.