fdaudens HF staff commited on
Commit
9d52cad
1 Parent(s): 09be525

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +4 -3
index.html CHANGED
@@ -28,10 +28,11 @@
28
  <li><code>=HF(cell or direct input, "mistralai/Mixtral-8x7B-Instruct-v0.3")</code></li>
29
  </ul>
30
 
31
- <p><strong>Update:</strong> Thanks to @louisbrulenaudet, you can now select customize your prompt and select the model of your choice directly in the sheet.</p>
32
- <p>The formule is: <code>=HF(cell or direct input, cell with the name of the model, cell with the prompt)</code></p>
 
33
 
34
- <p>This <a href="https://huggingface.co/blog/inference-pro#supported-models">blog post</a> gives a good overview of the supported models.
35
 
36
 
37
  </div>
 
28
  <li><code>=HF(cell or direct input, "mistralai/Mixtral-8x7B-Instruct-v0.3")</code></li>
29
  </ul>
30
 
31
+ <p><strong>Update:</strong> Thanks to <a href="https://huggingface.co/louisbrulenaudet" target="_blank">@louisbrulenaudet</a>, you can now select customize your prompt and select the model of your choice directly in the sheet.</p>
32
+ <p>The formula is:</p>
33
+ <li><code>=HF(cell or direct input, cell with the name of the model, cell with the prompt)</code></li>
34
 
35
+ <p>This <a href="https://huggingface.co/blog/inference-pro#supported-models">blog post</a> gives a good overview of the supported models.</p>
36
 
37
 
38
  </div>