Shreyas094 commited on
Commit
407de98
·
verified ·
1 Parent(s): 10e4113

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ _useragent_list = [
17
  "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Safari/537.36",
18
  ]
19
 
20
- API_URL = "https://api-inference.huggingface.co/models/meta-llama/Llama-2-8b-chat-hf"
21
  headers = {"Authorization": "Bearer YOUR_HUGGING_FACE_API_KEY"}
22
 
23
  def query_llama(payload):
 
17
  "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Safari/537.36",
18
  ]
19
 
20
+ API_URL = "https://api-inference.huggingface.co/models/meta-llama/Meta-Llama-3-8B-Instruct"
21
  headers = {"Authorization": "Bearer YOUR_HUGGING_FACE_API_KEY"}
22
 
23
  def query_llama(payload):