Skip to content

Commit f8cff4b

Browse files
authored
Model Phi3.5
1 parent f6f50b9 commit f8cff4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ <h1>ChatGPT 100% local con WebGPU</h1>
416416
import { CreateMLCEngine } from "https://esm.run/@mlc-ai/web-llm"; // Comentar esta línea si quieres desactivar el modelo
417417

418418
// https://github.com/mlc-ai/web-llm/blob/main/src/config.ts#L293 para ver los modelos disponibles
419-
const SELECTED_MODEL = 'Phi-3-mini-4k-instruct-q4f16_1-MLC'; // Cambiar por el modelo que quieras usar usando el model_id
419+
const SELECTED_MODEL = 'Phi-3.5-mini-instruct-q4f16_1-MLC'; // Cambiar por el modelo que quieras usar usando el model_id
420420

421421
const $ = el => document.querySelector(el);
422422

@@ -504,4 +504,4 @@ <h1>ChatGPT 100% local con WebGPU</h1>
504504

505505
return $content;
506506
}
507-
</script>
507+
</script>

0 commit comments

Comments
 (0)