UNPKG

@abstraxn/chat-ai

Version:

Abstraxn ChatAI package for Simple and efficient communication with ChatAI API

4 lines 212 B
export { ChatAIClient } from "./client"; export type { ChatAIConfig, ChatOptions, ChatRequest, ChatResponse, ChatChunk, } from "./types"; export { ChatAIError } from "./types"; //# sourceMappingURL=index.d.ts.map