Spaces:
Sleeping
Sleeping
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -85,7 +85,7 @@
|
|
| 85 |
|
| 86 |
<script>
|
| 87 |
const API_TOKEN = 'YOUR_HUGGING_FACE_API_TOKEN';
|
| 88 |
-
const MODEL_URL = 'https://api-inference.huggingface.co/models/
|
| 89 |
|
| 90 |
function sendMessage() {
|
| 91 |
const userInput = document.getElementById('userMessage').value;
|
|
|
|
| 85 |
|
| 86 |
<script>
|
| 87 |
const API_TOKEN = 'YOUR_HUGGING_FACE_API_TOKEN';
|
| 88 |
+
const MODEL_URL = 'https://api-inference.huggingface.co/models/meta-llama/Llama-3.3-70B-Instruct';
|
| 89 |
|
| 90 |
function sendMessage() {
|
| 91 |
const userInput = document.getElementById('userMessage').value;
|