More polish

This commit is contained in:
Skylar Grant 2025-01-04 11:19:31 -05:00
parent 4026d5f2b6
commit f726414a7d

View File

@ -9,6 +9,7 @@ const outputArea = document.getElementById('outputArea');
// Functions // Functions
async function sendGen() { async function sendGen() {
outputArea.innerHTML = '<span class="text-blue-500">Generating... (please be patient, streaming responses are not enabled yet...)</span>';
const response = await fetch(`${llmHost}${generateEndpoint}`, { const response = await fetch(`${llmHost}${generateEndpoint}`, {
method: 'POST', method: 'POST',
headers: { headers: {