Skip to content

Commit

Permalink
i was hallucinating
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan committed Dec 7, 2024
1 parent 02bd0e5 commit 92aca9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

Expand Down

0 comments on commit 92aca9d

Please sign in to comment.