We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f564017 commit bcd46c8Copy full SHA for bcd46c8
src/index.js
@@ -1,6 +1,6 @@
1
(function (root, factory) {
2
if (typeof define === 'function' && define.amd) {
3
- define(["./client"], function (CoCreateOpenAi) {
+ define(["./client.js"], function (CoCreateOpenAi) {
4
return factory(CoCreateOpenAi)
5
});
6
} else if (typeof module === 'object' && module.exports) {
0 commit comments