Spaces:
Build error
Build error
Update src/lib/components/Playground/Playground.svelte
Browse files
src/lib/components/Playground/Playground.svelte
CHANGED
@@ -14,6 +14,10 @@
|
|
14 |
|
15 |
const compatibleModels: string[] = [
|
16 |
|
|
|
|
|
|
|
|
|
17 |
'CohereForAI/c4ai-command-r-plus',
|
18 |
|
19 |
'microsoft/Phi-3-mini-4k-instruct',
|
@@ -44,8 +48,6 @@
|
|
44 |
|
45 |
'01-ai/Yi-1.5-34B-Chat',
|
46 |
|
47 |
-
'tiiuae/falcon-7b-instruct'
|
48 |
-
|
49 |
];
|
50 |
|
51 |
const startMessages: Message[] = [{ role: 'user', content: '' }];
|
|
|
14 |
|
15 |
const compatibleModels: string[] = [
|
16 |
|
17 |
+
`meta-llama/Meta-Llama-3.1-405B-Instruct-FP8`,
|
18 |
+
|
19 |
+
'HuggingFaceTB/SmolLM-1.7B-Instruct',
|
20 |
+
|
21 |
'CohereForAI/c4ai-command-r-plus',
|
22 |
|
23 |
'microsoft/Phi-3-mini-4k-instruct',
|
|
|
48 |
|
49 |
'01-ai/Yi-1.5-34B-Chat',
|
50 |
|
|
|
|
|
51 |
];
|
52 |
|
53 |
const startMessages: Message[] = [{ role: 'user', content: '' }];
|