Update code
This commit is contained in:
11
dev-assistant-mcp/node_modules/openai/_shims/index.mjs
generated
vendored
Normal file
11
dev-assistant-mcp/node_modules/openai/_shims/index.mjs
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
/**
|
||||
* 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';
|
||||
export const init = () => {
|
||||
if (!shims.kind) shims.setShims(auto.getRuntime(), { auto: true });
|
||||
};
|
||||
export * from './registry.mjs';
|
||||
|
||||
init();
|
||||
Reference in New Issue
Block a user