Update app.js
Browse files
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 |
|