alex-abb commited on
Commit
476151f
·
verified ·
1 Parent(s): 6eed6c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import requests
3
  from bs4 import BeautifulSoup
4
 
5
  api_token = os.environ.get("TOKEN")
6
- API_URL = "https://api-inference.huggingface.co/models/meta-llama/Llama-2-7b-chat-hf"
7
  headers = {"Authorization": f"Bearer {api_token}"}
8
 
9
  def query(payload):
 
3
  from bs4 import BeautifulSoup
4
 
5
  api_token = os.environ.get("TOKEN")
6
+ API_URL = "https://api-inference.huggingface.co/models/meta-llama/Meta-Llama-3-8B-Instruct"
7
  headers = {"Authorization": f"Bearer {api_token}"}
8
 
9
  def query(payload):