We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e289b61 commit aaf823fCopy full SHA for aaf823f
app/client/webllm.ts
@@ -128,7 +128,7 @@ export class WebLLMApi implements LLMApi {
128
log.error(JSON.stringify(err));
129
errorMessage = JSON.stringify(err);
130
}
131
- if (!errorMessage.includes("Please call `Engine.reload(model)` first")) {
+ if (!errorMessage.includes("MLCEngine.reload(model)")) {
132
console.error("Error in chatCompletion", errorMessage);
133
if (
134
errorMessage.includes("WebGPU") &&
0 commit comments