openai / openai-deno-build

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

Home Page:https://deno.land/x/openai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/openai@v4.38.2/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.

https://deno.land/x/openai

License:Apache License 2.0


Languages

Language:TypeScript 100.0%