We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f9613a commit da01d10Copy full SHA for da01d10
1 file changed
app.js
@@ -56,6 +56,7 @@ async function processInstruction() {
56
} catch (error) {
57
console.error('Error:', error);
58
alert('An error occurred while processing your request');
59
+ alert(OPENAI_API_KEY);
60
} finally {
61
// Hide loading spinner
62
document.getElementById('loading').style.display = 'none';
0 commit comments