victor HF Staff commited on
Commit
f9de203
·
1 Parent(s): 82f775d

Added support for Mistral-7B-Instruct-v0.2 model in the Playground component.

Browse files
src/lib/components/Playground/Playground.svelte CHANGED
@@ -12,7 +12,7 @@
12
  const startMessages: Message[] = [{ role: 'user', content: '' }];
13
  const compatibleModels: string[] = [
14
  'meta-llama/Meta-Llama-3-8B-Instruct',
15
- 'mistralai/Mistral-7B-Instruct-v0.3'
16
  ];
17
 
18
  let hfToken: string | null = '';
 
12
  const startMessages: Message[] = [{ role: 'user', content: '' }];
13
  const compatibleModels: string[] = [
14
  'meta-llama/Meta-Llama-3-8B-Instruct',
15
+ 'mistralai/Mistral-7B-Instruct-v0.2'
16
  ];
17
 
18
  let hfToken: string | null = '';