From 4ee3fdfc74c5580169605da08261148f300c5724 Mon Sep 17 00:00:00 2001 From: jacoblee93 Date: Thu, 6 Jun 2024 19:18:04 -0700 Subject: [PATCH] Update example --- examples/src/models/chat/integration_webllm.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/src/models/chat/integration_webllm.ts b/examples/src/models/chat/integration_webllm.ts index 83e0324f81a1..684e29f4fa13 100644 --- a/examples/src/models/chat/integration_webllm.ts +++ b/examples/src/models/chat/integration_webllm.ts @@ -13,7 +13,7 @@ import { HumanMessage } from "@langchain/core/messages"; // Or by importing it via: // import { prebuiltAppConfig } from "@mlc-ai/web-llm"; const model = new ChatWebLLM({ - model: "Phi2-q4f32_1", + model: "Phi-3-mini-4k-instruct-q4f16_1-MLC", chatOptions: { temperature: 0.5, },