Commit
β’
de40481
1
Parent(s):
8e9b21f
change model's name
Browse files- public/index.html +2 -2
public/index.html
CHANGED
@@ -57,8 +57,8 @@
|
|
57 |
<div class="flex flex-col text-stone-700 space-y-1 md:space-y-2">
|
58 |
<p class="text-stone-700">
|
59 |
Model used:
|
60 |
-
<a href="https://huggingface.co/
|
61 |
-
|
62 |
</a>
|
63 |
</p>
|
64 |
<p>Powered by π€ <a href="https://huggingface.co/inference-endpoints" class="underline" target="_blank">Inference Endpoints</a></p>
|
|
|
57 |
<div class="flex flex-col text-stone-700 space-y-1 md:space-y-2">
|
58 |
<p class="text-stone-700">
|
59 |
Model used:
|
60 |
+
<a href="https://huggingface.co/meta-llama" class="underline" target="_blank">
|
61 |
+
meta-llama/Llama-2-70b
|
62 |
</a>
|
63 |
</p>
|
64 |
<p>Powered by π€ <a href="https://huggingface.co/inference-endpoints" class="underline" target="_blank">Inference Endpoints</a></p>
|