rm unused prop
Browse files
src/lib/components/InferencePlayground/InferencePlayground.svelte
CHANGED
@@ -219,7 +219,6 @@
|
|
219 |
<PlaygroundConversation
|
220 |
{loading}
|
221 |
{conversation}
|
222 |
-
index={0}
|
223 |
{viewCode}
|
224 |
{hfToken}
|
225 |
on:addMessage={addMessage}
|
|
|
219 |
<PlaygroundConversation
|
220 |
{loading}
|
221 |
{conversation}
|
|
|
222 |
{viewCode}
|
223 |
{hfToken}
|
224 |
on:addMessage={addMessage}
|