coyotte508 HF staff commited on
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
- <!-- need to change link to a public model before launch -->
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