Spaces:
Running
Running
setting llama-3-70b to default model
Browse files
src/lib/components/Playground/Playground.svelte
CHANGED
@@ -52,7 +52,7 @@
|
|
52 |
let conversations: Conversation[] = [
|
53 |
{
|
54 |
id: String(Math.random()),
|
55 |
-
model: '
|
56 |
config: { temperature: 0.5, maxTokens: 2048, streaming: true, jsonMode: false },
|
57 |
messages: startMessages
|
58 |
}
|
|
|
52 |
let conversations: Conversation[] = [
|
53 |
{
|
54 |
id: String(Math.random()),
|
55 |
+
model: 'meta-llama/Meta-Llama-3-70B-Instruct',
|
56 |
config: { temperature: 0.5, maxTokens: 2048, streaming: true, jsonMode: false },
|
57 |
messages: startMessages
|
58 |
}
|