Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
hf_token
Browse files
src/lib/components/InferencePlayground/InferencePlayground.svelte
CHANGED
|
@@ -47,7 +47,7 @@
|
|
| 47 |
let waitForNonStreaming = true;
|
| 48 |
let storeLocallyHfToken = true;
|
| 49 |
|
| 50 |
-
const hfTokenLocalStorageKey = "
|
| 51 |
|
| 52 |
$: systemPromptSupported = isSystemPromptSupported(conversation.model);
|
| 53 |
|
|
|
|
| 47 |
let waitForNonStreaming = true;
|
| 48 |
let storeLocallyHfToken = true;
|
| 49 |
|
| 50 |
+
const hfTokenLocalStorageKey = "hf_token";
|
| 51 |
|
| 52 |
$: systemPromptSupported = isSystemPromptSupported(conversation.model);
|
| 53 |
|