From 92aca9d1965b51d6081caf18234a91b7b0d9abf0 Mon Sep 17 00:00:00 2001 From: Ryan Date: Sat, 7 Dec 2024 22:54:56 +0100 Subject: [PATCH] i was hallucinating --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index e19faf6..b21cca0 100644 --- a/index.js +++ b/index.js @@ -35,7 +35,7 @@ const context = await model.createContext(); // Add this function to free sequences async function recreateContext() { - await context.free(); + await context.dispose(); return await model.createContext(); }