@hivegpt/hiveai-angular 0.0.308 → 0.0.310

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.
@@ -969,10 +969,10 @@ class ChatDrawerComponent {
969
969
  method: 'POST',
970
970
  headers: {
971
971
  'Content-Type': 'application/json',
972
- 'x-api-key': this.apiKey,
972
+ 'x-api-key': 'Conversation_WIz/qAm+EEmfOkFaUA/weA==',
973
973
  'hive-bot-id': this.botId
974
974
  },
975
- body: JSON.stringify({ isHelpful: flag, messageId: message.message_id }),
975
+ body: JSON.stringify({ isHelpful: flag, messageId: message._id }),
976
976
  }).then(() => {
977
977
  if (flag) {
978
978
  this.chatLog.push({