Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
wip
Browse files
src/lib/components/InferencePlayground/InferencePlayground.svelte
CHANGED
|
@@ -24,7 +24,6 @@
|
|
| 24 |
|
| 25 |
let conversations: Conversation[] = [
|
| 26 |
{
|
| 27 |
-
id: String(Math.random()),
|
| 28 |
model: models[0],
|
| 29 |
config: defaultGenerationConfig,
|
| 30 |
messages: startMessages,
|
|
|
|
| 24 |
|
| 25 |
let conversations: Conversation[] = [
|
| 26 |
{
|
|
|
|
| 27 |
model: models[0],
|
| 28 |
config: defaultGenerationConfig,
|
| 29 |
messages: startMessages,
|