Spaces:
Build error
Build error
Commit
•
5860c9b
1
Parent(s):
2ad4509
✨ Model URL is dynamic
Browse files
src/lib/components/chat/ChatIntroduction.svelte
CHANGED
@@ -28,12 +28,7 @@
|
|
28 |
<div
|
29 |
class="flex items-center gap-4 px-3 py-2 bg-gray-100 rounded-xl text-sm text-gray-600 dark:text-gray-300 dark:bg-gray-800"
|
30 |
>
|
31 |
-
|
32 |
-
<a
|
33 |
-
href="https://huggingface.co/OpenAssistant/llama_30b_oasst_latcyr_1000"
|
34 |
-
target="_blank"
|
35 |
-
rel="noreferrer"
|
36 |
-
>
|
37 |
Model page
|
38 |
</a>
|
39 |
<a
|
|
|
28 |
<div
|
29 |
class="flex items-center gap-4 px-3 py-2 bg-gray-100 rounded-xl text-sm text-gray-600 dark:text-gray-300 dark:bg-gray-800"
|
30 |
>
|
31 |
+
<a href="https://huggingface.co/{PUBLIC_MODEL_NAME}" target="_blank" rel="noreferrer">
|
|
|
|
|
|
|
|
|
|
|
32 |
Model page
|
33 |
</a>
|
34 |
<a
|