Thomas G. Lopes
commited on
Commit
·
cf0407a
1
Parent(s):
f5e7fbe
fix reset fn
Browse files
src/lib/components/InferencePlayground/InferencePlayground.svelte
CHANGED
@@ -70,7 +70,7 @@
|
|
70 |
conversation.systemMessage.content = "";
|
71 |
conversation.messages = [{ ...startMessageUser }];
|
72 |
});
|
73 |
-
|
74 |
}
|
75 |
|
76 |
function abort() {
|
|
|
70 |
conversation.systemMessage.content = "";
|
71 |
conversation.messages = [{ ...startMessageUser }];
|
72 |
});
|
73 |
+
$session = $session;
|
74 |
}
|
75 |
|
76 |
function abort() {
|