server ui now support multiple clients
This commit is contained in:
parent
4ba5a5013d
commit
6358ae5f48
5 changed files with 2396 additions and 2363 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue