More polish
This commit is contained in:
parent
4026d5f2b6
commit
f726414a7d
@ -9,6 +9,7 @@ const outputArea = document.getElementById('outputArea');
|
||||
|
||||
// Functions
|
||||
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}`, {
|
||||
method: 'POST',
|
||||
headers: {
|
||||
|
Loading…
Reference in New Issue
Block a user