mishig HF staff commited on
Commit
fc99266
1 Parent(s): 8b6353f
src/lib/components/InferencePlayground/InferencePlaygroundModelSelector.svelte CHANGED
@@ -21,7 +21,7 @@
21
  return avatarUrl;
22
  }
23
 
24
- function changeModel(modelId: string) {
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;