Skip to content

Commit da01d10

Browse files
committed
print
1 parent 1f9613a commit da01d10

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ async function processInstruction() {
5656
} catch (error) {
5757
console.error('Error:', error);
5858
alert('An error occurred while processing your request');
59+
alert(OPENAI_API_KEY);
5960
} finally {
6061
// Hide loading spinner
6162
document.getElementById('loading').style.display = 'none';

0 commit comments

Comments
 (0)