AI_botter/node_modules/openai/_shims/index.mjs

8 lines
279 B
JavaScript
Raw Normal View History

2024-05-01 02:46:10 +01:00
/**
* Disclaimer: modules in _shims aren't intended to be imported by SDK users.
*/
import * as shims from './registry.mjs';
import * as auto from 'openai/_shims/auto/runtime';
if (!shims.kind) shims.setShims(auto.getRuntime(), { auto: true });
export * from './registry.mjs';