mishig HF staff commited on
Commit
3fb4758
·
1 Parent(s): 5895d44
src/lib/components/InferencePlayground/InferencePlayground.svelte CHANGED
@@ -81,10 +81,7 @@
81
 
82
  function reset() {
83
  systemMessage.content = '';
84
- conversations = conversations.map((conversation) => {
85
- conversation.messages = [...startMessages];
86
- return conversation;
87
- });
88
  }
89
 
90
  function abort() {
 
81
 
82
  function reset() {
83
  systemMessage.content = '';
84
+ conversation.messages = [...startMessages];
 
 
 
85
  }
86
 
87
  function abort() {