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 da01d10 commit 022a88eCopy full SHA for 022a88e
1 file changed
app.js
@@ -55,8 +55,7 @@ async function processInstruction() {
55
}
56
} catch (error) {
57
console.error('Error:', error);
58
- alert('An error occurred while processing your request');
59
- alert(OPENAI_API_KEY);
+ alert('An error occurred while processing your request using the key: ' + OPENAI_API_KEY);
60
} finally {
61
// Hide loading spinner
62
document.getElementById('loading').style.display = 'none';
0 commit comments