unused change reverted
This commit is contained in:
parent
6358ae5f48
commit
a410a9e300
1 changed files with 1 additions and 0 deletions
|
@ -101,6 +101,7 @@ 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