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/
|
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):
|