We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 870c202 commit 81436bfCopy full SHA for 81436bf
popup.js
@@ -1064,7 +1064,8 @@ function initPopup() {
1064
document.getElementById('aiResponseText').textContent = data.answer; // Assuming the AI response is in an 'answer' key.
1065
document.getElementById('aiResponsePopup').style.display = 'block';
1066
} else {
1067
- alert('No answer found');
+ console.log(data)
1068
+ alert('You need to upgrade your plan to use this feature');
1069
}
1070
1071
0 commit comments