Files
OpenPipe-llm/client-libs/typescript/index.ts
Kyle Corbitt 8f4e7f7e2e TypeScript SDK mostly working
Ok so this is still pretty rough, and notably there's no reporting for streaming. But for non-streaming requests I've verified that this does in fact report requests locally.
2023-08-14 23:22:27 -07:00

4 lines
134 B
TypeScript

// main.ts or index.ts at the root level
export * as OpenAI from "./src/openai";
export * as OpenAILegacy from "./src/openai-legacy";