Skip to content

Deno build of the official Typescript library for the OpenAI API.

License

Notifications You must be signed in to change notification settings

kwhinnery/openai-deno-build

 
 

Repository files navigation

OpenAI Node API Library - Deno build

This is a build produced from https://github.com/openai/openai-node – please go there to read the source and docs, file issues, etc.

Usage:

import OpenAI from "https://deno.land/x/[email protected]/mod.ts";

const client = new OpenAI();

Note that in most Deno environments, you can also do this:

import OpenAI from "npm:openai";

About

Deno build of the official Typescript library for the OpenAI API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%