agsamantha/node_modules/openai/_shims/index.mjs
2024-10-02 15:15:21 -05:00

7 lines
279 B
JavaScript

/**
* 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';