server ui now support multiple clients

This commit is contained in:
FSSRepo 2023-10-13 12:22:54 -04:00
parent 4ba5a5013d
commit 6358ae5f48
5 changed files with 2396 additions and 2363 deletions

View file

@ -101,7 +101,6 @@ export async function* llama(prompt, params = {}, config = {}) {
if (e.name !== 'AbortError') {
console.error("llama error: ", e);
}
throw e;
}
finally {
controller.abort();