-
Notifications
You must be signed in to change notification settings - Fork 970
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(internal): bump deno version number (#478)
- Loading branch information
1 parent
03d1662
commit 69913f3
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ This is a build produced from https://github.com/openai/openai-node – please g | |
Usage: | ||
\`\`\`ts | ||
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"\\//)"; | ||
const client = new OpenAI(); | ||
\`\`\` | ||
|