@hivegpt/hiveai-angular 0.0.347 → 0.0.349

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();
@@ -850,7 +850,6 @@
850
850
  };
851
851
  ChatDrawerComponent.prototype.ngOnInit = function () {
852
852
  var _this = this;
853
- this.isDev = false;
854
853
  this.environment = this.isDev ? dev_environment : prod_environment;
855
854
  var domain = window.location.hostname;
856
855
  // Determine the header value based on the domain