TejAndrewsACC commited on
Commit
1e2268c
·
verified ·
1 Parent(s): e56c6b3

Update index.html

Browse files
Files changed (1) hide show
  1. 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/gpt2';
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;