OpenAI Node API Library - Deno build
This is a build produced from openai/openai-node - please go there to read the source, file issues, etc.
Installation:
import OpenAI from "https://deno.land/x/openai";
Note that in many Deno environments, you can also do this:
import OpenAI from "npm:openai";