Skip to content

Commit 80e6235

Browse files
committed
Update model list
1 parent 4211c78 commit 80e6235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ const availableModels = webllm.prebuiltAppConfig.model_list
137137
.filter((model_id) => (
138138
model_id.startsWith('Qwen2.5-7B')
139139
|| model_id.startsWith('Hermes-2-Pro-Llama')
140-
|| model_id.startsWith('Hermes-3-Llama')
140+
|| model_id.startsWith('Hermes-3-Llama-3.1')
141141
|| model_id.startsWith('Llama-3.1-8B-')
142142
// || model_id.startsWith('DeepSeek-R1-Distill-Llama-')
143143
));

0 commit comments

Comments
 (0)