@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.
@@ -759,7 +759,7 @@
759
759
  this.recognizedText = '';
760
760
  this.authorizationToken = '';
761
761
  this.region = 'westeurope'; // Set your Azure region here
762
- this.domainAuthorityValue = "pre-prod-lite";
762
+ this.domainAuthorityValue = "prod-lite";
763
763
  this.isChatingWithAi = false;
764
764
  this.readAllChunks = function (stream) {
765
765
  var reader = stream.getReader();
@@ -2363,7 +2363,7 @@
2363
2363
  this.recognizer.stopContinuousRecognitionAsync();
2364
2364
  };
2365
2365
  ChatDrawerComponent.prototype.checkForCop29BotId = function () {
2366
- return this.botId == '66fa3f276c5d71e2717bfea8';
2366
+ return this.botId == '66fa3f276c5d71e2717bfea8' || this.botId == '671633545652dd78efec848d';
2367
2367
  };
2368
2368
  ChatDrawerComponent.prototype.getLatestTime = function (time) {
2369
2369
  if (time) {