@hivegpt/hiveai-angular 0.0.308 → 0.0.309

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.
@@ -1447,7 +1447,7 @@
1447
1447
  method: 'POST',
1448
1448
  headers: {
1449
1449
  'Content-Type': 'application/json',
1450
- 'x-api-key': this.apiKey,
1450
+ 'x-api-key': 'Conversation_WIz/qAm+EEmfOkFaUA/weA==',
1451
1451
  'hive-bot-id': this.botId
1452
1452
  },
1453
1453
  body: JSON.stringify({ isHelpful: flag, messageId: message.message_id }),