streaming actually works 🤨

This commit is contained in:
ForeverPyrite
2024-10-15 14:26:59 -04:00
parent 3ea5681f86
commit 05b7c247a7
4 changed files with 97 additions and 65 deletions

View File

@@ -37,10 +37,10 @@ body .content {
}
#response-area {
display: block;
display: flex;
height: 90%;
min-height: 90vh;
overflow: auto;
text-wrap: wrap;
flex-wrap: wrap;
align-content: flex-end;
}