@hivegpt/hiveai-angular 0.0.335 → 0.0.336

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,6 +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
298
  this.isChatingWithAi = false;
298
299
  this.readAllChunks = (stream) => {
299
300
  const reader = stream.getReader();