deep-chat-dev 9.0.271 → 9.0.272
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +6894 -6894
- package/dist/deepChat.bundle.js +1 -1
- package/dist/deepChat.js +1 -1
- package/package.json +1 -1
package/dist/deepChat.js
CHANGED
@@ -11665,7 +11665,7 @@ var Ts = /*#__PURE__*/function (_vt) {
|
|
11665
11665
|
var t = e.endpoint,
|
11666
11666
|
i = e.deploymentId,
|
11667
11667
|
s = e.version;
|
11668
|
-
return "".concat(t, "/openai/deployments/").concat(i, "/completions?api-version=").concat(s);
|
11668
|
+
return "".concat(t, "/openai/deployments/").concat(i, "/chat/completions?api-version=").concat(s);
|
11669
11669
|
}
|
11670
11670
|
}]);
|
11671
11671
|
}(vt);
|