Skip to content

Commit

Permalink
chore(docs): update deno version (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot authored Oct 24, 2023
1 parent d0023bc commit bbe51ab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,14 @@ yarn add openai

You can import in Deno via:

<!-- x-release-please-start-version -->

```ts
import OpenAI from 'https://raw.githubusercontent.com/openai/openai-node/v4.13.0-deno/mod.ts';
```

<!-- x-release-please-end -->

## Usage

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.
Expand Down

0 comments on commit bbe51ab

Please sign in to comment.