We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03d1662 commit 69913f3Copy full SHA for 69913f3
build-deno
@@ -15,7 +15,7 @@ This is a build produced from https://github.com/openai/openai-node – please g
15
Usage:
16
17
\`\`\`ts
18
-import OpenAI from "$(echo 'https://deno.land/x/[email protected].0/mod.ts' | sed -E s/@\.+\\//@"$PACKAGE_VERSION"\\//)";
+import OpenAI from "$(echo 'https://deno.land/x/[email protected].1/mod.ts' | sed -E s/@\.+\\//@"$PACKAGE_VERSION"\\//)";
19
20
const client = new OpenAI();
21
\`\`\`
0 commit comments