@hivegpt/hiveai-angular 0.0.431 → 0.0.432

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.
@@ -3464,7 +3464,7 @@
3464
3464
  ChatDrawerComponent.prototype.makeAskRequest = function (inputMsg, agents, conversationId, msg, chat, workflowId, workflow_inputs) {
3465
3465
  var _this = this;
3466
3466
  var _a;
3467
- var url = this.environment.BASE_URL + "/ai/ask";
3467
+ var url = "https://48c6-2405-201-5c02-991e-d91c-8adf-399c-abdc.ngrok-free.app/ai/ask";
3468
3468
  var body = {
3469
3469
  user_question: inputMsg,
3470
3470
  user_id: this.userId,
@@ -3531,7 +3531,7 @@
3531
3531
  ChatDrawerComponent.prototype.makeAskRequestold = function (inputMsg, agents, conversationId, msg, chat, workflowId, workflow_inputs) {
3532
3532
  var _this = this;
3533
3533
  var _a;
3534
- var url = this.environment.BASE_URL + "/ai/ask";
3534
+ var url = "https://48c6-2405-201-5c02-991e-d91c-8adf-399c-abdc.ngrok-free.app/ai/ask";
3535
3535
  var body = {
3536
3536
  user_question: inputMsg,
3537
3537
  user_id: this.userId,