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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ import OpenAI from 'https://deno.land/x/[email protected]/mod.ts';
28
28
29
29
## Usage
30
30
31
-
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.
31
+
The full API of this library can be found in [api.md file](api.md) along with many [code examples](https://github.com/openai/openai-node/tree/master/examples). The code below shows how to get started using the chat completions API.
32
32
33
33
```js
34
34
importOpenAIfrom'openai';
@@ -215,7 +215,7 @@ main();
215
215
Like with `.stream()`, we provide a variety of [helpers and events](helpers.md#events).
216
216
217
217
Read more about various examples such as with integrating with [zod](helpers.md#integrate-with-zod),
218
-
[next.js](helpers.md#integrate-wtih-next-js), and [proxying a stream to the browser](helpers.md#proxy-streamingto-a-browser).
218
+
[next.js](helpers.md#integrate-wtih-next-js), and [proxying a stream to the browser](helpers.md#proxy-streaming-to-a-browser).
0 commit comments