Skip to content

Commit 022a88e

Browse files
committed
print
1 parent da01d10 commit 022a88e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

app.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ async function processInstruction() {
5555
}
5656
} catch (error) {
5757
console.error('Error:', error);
58-
alert('An error occurred while processing your request');
59-
alert(OPENAI_API_KEY);
58+
alert('An error occurred while processing your request using the key: ' + OPENAI_API_KEY);
6059
} finally {
6160
// Hide loading spinner
6261
document.getElementById('loading').style.display = 'none';

0 commit comments

Comments
 (0)