We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4211c78 commit 80e6235Copy full SHA for 80e6235
src/index.js
@@ -137,7 +137,7 @@ const availableModels = webllm.prebuiltAppConfig.model_list
137
.filter((model_id) => (
138
model_id.startsWith('Qwen2.5-7B')
139
|| model_id.startsWith('Hermes-2-Pro-Llama')
140
- || model_id.startsWith('Hermes-3-Llama')
+ || model_id.startsWith('Hermes-3-Llama-3.1')
141
|| model_id.startsWith('Llama-3.1-8B-')
142
// || model_id.startsWith('DeepSeek-R1-Distill-Llama-')
143
));
0 commit comments