Skip to content

Commit

Permalink
Update example
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 committed Jun 7, 2024
1 parent a02ac1c commit 4ee3fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/src/models/chat/integration_webllm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand Down

0 comments on commit 4ee3fdf

Please sign in to comment.