File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments