Hyeonseo commited on
Commit
3bb1385
1 Parent(s): 4c39764

Update presentation_assistant/presentation_assistant.py

Browse files
presentation_assistant/presentation_assistant.py CHANGED
@@ -9,7 +9,7 @@ import requests
9
 
10
  hf_token = os.environ['MY_HF_TOKEN']
11
 
12
- API_URL = "https://api-inference.huggingface.co/models/tiiuae/falcon-7b-instruct"
13
  headers = {"Authorization": "Bearer "+hf_token}
14
 
15
  def query(payload):
 
9
 
10
  hf_token = os.environ['MY_HF_TOKEN']
11
 
12
+ API_URL = "https://api-inference.huggingface.co/models/meta-llama/Llama-2-70b-chat-hf"
13
  headers = {"Authorization": "Bearer "+hf_token}
14
 
15
  def query(payload):