mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2025-01-13 20:14:29 +00:00
unused change reverted
This commit is contained in:
parent
6358ae5f48
commit
a410a9e300
@ -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…
Reference in New Issue
Block a user