@hivegpt/hiveai-angular 0.0.401 → 0.0.402

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.
@@ -1229,7 +1229,7 @@
1229
1229
  connectUrl = baseUrl + "/ai/ask-voice";
1230
1230
  headers = new Headers();
1231
1231
  headers.set('Authorization', "Bearer " + token);
1232
- headers.set('Content-Type', 'application/json');
1232
+ // Do not set Content-Type here — the Pipecat client already sets "application/json" once; adding it again produces "application/json, application/json"
1233
1233
  headers.set('domain-authority', domainAuthority);
1234
1234
  headers.set('eventtoken', eventToken);
1235
1235
  headers.set('eventurl', eventUrl);