@gensx/openai
Version:
A wrapper around the OpenAI SDK for GenSX.
16 lines (10 loc) • 326 B
JavaScript
;
/**
* 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
*/
var openai = require('./openai.cjs');
exports.OpenAI = openai.OpenAI;
exports.wrapOpenAI = openai.wrapOpenAI;
//# sourceMappingURL=index.cjs.map