Skip to main content
Module

x/openai/resources/beta/mod.ts

Deno build of the official Typescript library for the OpenAI API. Source: https://github.com/openai/openai-node
Extremely Popular
Go to Latest
import * as openai from "https://deno.land/x/openai@v4.19.1/resources/beta/mod.ts";

Interfaces

Represents an assistant that can call the model and use tools.

Represents a thread that contains messages.

If no thread is provided, an empty thread will be created.

Type Aliases