mishig HF staff commited on
Commit
06d9337
·
1 Parent(s): 3fb4758
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,