studycode129 commited on
Commit
c10af89
·
verified ·
1 Parent(s): 247b1ef

Update app.js

Browse files
Files changed (1) hide show
  1. app.js +0 -1
app.js CHANGED
@@ -12,7 +12,6 @@ const results = [];
12
  });
13
 
14
  async function send(overridePrompt) {
15
- const key = document.getElementById("apiKey").value;
16
  const model = document.getElementById("model").value;
17
  const prompt = overridePrompt || document.getElementById("prompt").value;
18
 
 
12
  });
13
 
14
  async function send(overridePrompt) {
 
15
  const model = document.getElementById("model").value;
16
  const prompt = overridePrompt || document.getElementById("prompt").value;
17