Skip to content

Commit cdee077

Browse files
stainless-botRobertCraigie
authored andcommitted
chore(docs): update deno version (#399)
1 parent 78d0936 commit cdee077

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,14 @@ yarn add openai
1818

1919
You can import in Deno via:
2020

21+
<!-- x-release-please-start-version -->
22+
2123
```ts
22-
import OpenAI from 'https://raw.githubusercontent.com/openai/openai-node/v4.12.4-deno/mod.ts';
24+
import OpenAI from 'https://raw.githubusercontent.com/openai/openai-node/v4.13.0-deno/mod.ts';
2325
```
2426

27+
<!-- x-release-please-end -->
28+
2529
## Usage
2630

2731
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.

0 commit comments

Comments
 (0)