openai/openai-deno-build
TypeScript
Captured source
source ↗published Oct 27, 2023seen 6dcaptured 12hhttp 200method plain
openai/openai-deno-build
Description: Deno build of the official Typescript library for the OpenAI API.
Language: TypeScript
License: Apache-2.0
Stars: 145
Forks: 27
Open issues: 0
Created: 2023-10-27T18:37:13Z
Pushed: 2024-10-30T16:22:45Z
Default branch: main
Fork: no
Archived: no
README:
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.69.0/mod.ts"; const client = new OpenAI();
Note that in most Deno environments, you can also do this:
import OpenAI from "npm:openai";