Skip to content

Commit dafdf63

Browse files
Merge pull request #289 from openai/logankilpatrick-patch-1
Update README.md to add supported functions
2 parents b722d3f + 1431597 commit dafdf63

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ yarn add openai
1818

1919
## Usage
2020

21-
> [!IMPORTANT]
22-
> Previous versions of this SDK used a `Configuration` class. See the [v3 to v4 migration guide](https://github.com/openai/openai-node/discussions/217).
21+
The full API of this library can be found in [API.md file](https://github.com/openai/openai-node/blob/master/api.md). The code below shows how to get started using the chat completions API.
2322

2423
```js
2524
import OpenAI from 'openai';
@@ -40,6 +39,9 @@ async function main() {
4039
main();
4140
```
4241

42+
> [!IMPORTANT]
43+
> Previous versions of this SDK used a `Configuration` class. See the [v3 to v4 migration guide](https://github.com/openai/openai-node/discussions/217).
44+
4345
## Streaming Responses
4446

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

0 commit comments

Comments
 (0)