@hivegpt/hiveai-angular 0.0.335 → 0.0.337

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,6 +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
763
  this.isChatingWithAi = false;
763
764
  this.readAllChunks = function (stream) {
764
765
  var reader = stream.getReader();