added url for inference endpoint
Browse files
README.md
CHANGED
|
@@ -68,7 +68,7 @@ import json
|
|
| 68 |
import requests
|
| 69 |
api_key = "<HF Token>"
|
| 70 |
headers = {"Authorization": f"Bearer {api_key}"}
|
| 71 |
-
api_url = "https://
|
| 72 |
|
| 73 |
# This is a sentence from the Winter manual that is dual-scored for both Pow and Aff
|
| 74 |
prompt = """The recollection of skating on the Charles, and the time she had
|
|
|
|
| 68 |
import requests
|
| 69 |
api_key = "<HF Token>"
|
| 70 |
headers = {"Authorization": f"Bearer {api_key}"}
|
| 71 |
+
api_url = "https://qa41mkbtk0s30eig.us-east-1.aws.endpoints.huggingface.cloud"
|
| 72 |
|
| 73 |
# This is a sentence from the Winter manual that is dual-scored for both Pow and Aff
|
| 74 |
prompt = """The recollection of skating on the Charles, and the time she had
|