From cdee0770690d4b66b357d970827e9ba1597ffb89 Mon Sep 17 00:00:00 2001 From: Stainless Bot <107565488+stainless-bot@users.noreply.github.com> Date: Tue, 24 Oct 2023 13:14:58 +0100 Subject: [PATCH] chore(docs): update deno version (#399) --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dbc3c698b..c54a8df75 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,14 @@ yarn add openai You can import in Deno via: + + ```ts -import OpenAI from 'https://raw.githubusercontent.com/openai/openai-node/v4.12.4-deno/mod.ts'; +import OpenAI from 'https://raw.githubusercontent.com/openai/openai-node/v4.13.0-deno/mod.ts'; ``` + + ## 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.