@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.
@@ -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 = "pre-prod-lite";
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) {