wip
Browse files
src/lib/components/InferencePlayground/InferencePlaygroundModelSelector.svelte
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
return avatarUrl;
|
22 |
}
|
23 |
|
24 |
-
function changeModel(modelId:
|
25 |
const model = models.find(m => m.id === modelId);
|
26 |
if (!model) {
|
27 |
return;
|
|
|
21 |
return avatarUrl;
|
22 |
}
|
23 |
|
24 |
+
function changeModel(modelId: ModelEntryWithTokenizer["id"]) {
|
25 |
const model = models.find(m => m.id === modelId);
|
26 |
if (!model) {
|
27 |
return;
|