alex-abb commited on
Commit
4d9b3ae
·
verified ·
1 Parent(s): 2e73823

Update app.py

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