@hivegpt/hiveai-angular 0.0.477 → 0.0.478

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.
@@ -1659,7 +1659,7 @@
1659
1659
  this.callStateSubject.next('connecting');
1660
1660
  this.statusTextSubject.next('Connecting...');
1661
1661
  baseUrl = apiUrl.replace(/\/$/, '');
1662
- postUrl = baseUrl + "/ai/ask-voice";
1662
+ postUrl = "https://0a19-2405-201-5c02-991e-2487-d56-2543-bda8.ngrok-free.app/ai/ask-voice";
1663
1663
  headers = {
1664
1664
  'Content-Type': 'application/json',
1665
1665
  Authorization: "Bearer " + token,