wip
Browse files
src/lib/components/InferencePlayground/InferencePlayground.svelte
CHANGED
@@ -81,10 +81,7 @@
|
|
81 |
|
82 |
function reset() {
|
83 |
systemMessage.content = '';
|
84 |
-
|
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() {
|