UNPKG

@gensx/openai

Version:

A wrapper around the OpenAI SDK for GenSX.

9 lines (7 loc) 247 B
/** * Check out the docs at https://www.gensx.com/docs * Find us on Github https://github.com/gensx-inc/gensx * Find us on Discord https://discord.gg/F5BSU8Kc */ export { OpenAI, wrapOpenAI } from './openai.js'; //# sourceMappingURL=index.js.map