@hivegpt/hiveai-angular 0.0.348 → 0.0.350
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/bundles/hivegpt-hiveai-angular.umd.js +2 -2
- package/bundles/hivegpt-hiveai-angular.umd.js.map +1 -1
- package/bundles/hivegpt-hiveai-angular.umd.min.js +1 -1
- package/bundles/hivegpt-hiveai-angular.umd.min.js.map +1 -1
- package/esm2015/lib/components/chat-drawer/chat-drawer.component.js +3 -3
- package/fesm2015/hivegpt-hiveai-angular.js +2 -2
- package/fesm2015/hivegpt-hiveai-angular.js.map +1 -1
- package/lib/components/chat-drawer/chat-drawer.component.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -294,7 +294,7 @@ class ChatDrawerComponent {
|
|
|
294
294
|
this.recognizedText = '';
|
|
295
295
|
this.authorizationToken = '';
|
|
296
296
|
this.region = 'westeurope'; // Set your Azure region here
|
|
297
|
-
this.domainAuthorityValue = "
|
|
297
|
+
this.domainAuthorityValue = "prod-lite";
|
|
298
298
|
this.isChatingWithAi = false;
|
|
299
299
|
this.readAllChunks = (stream) => {
|
|
300
300
|
const reader = stream.getReader();
|
|
@@ -1855,7 +1855,7 @@ class ChatDrawerComponent {
|
|
|
1855
1855
|
this.recognizer.stopContinuousRecognitionAsync();
|
|
1856
1856
|
}
|
|
1857
1857
|
checkForCop29BotId() {
|
|
1858
|
-
return this.botId == '66fa3f276c5d71e2717bfea8';
|
|
1858
|
+
return this.botId == '66fa3f276c5d71e2717bfea8' || this.botId == '671633545652dd78efec848d';
|
|
1859
1859
|
}
|
|
1860
1860
|
getLatestTime(time) {
|
|
1861
1861
|
if (time) {
|