Spaces:
Runtime error
Runtime error
Cartinoe5930
commited on
Commit
•
e3f3e6d
1
Parent(s):
4a8ce3f
Update src/inference_endpoint.json
Browse files
src/inference_endpoint.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
{
|
2 |
-
"
|
3 |
"API_URL": "https://a4f1f3224ou3zfsz.us-east-1.aws.endpoints.huggingface.cloud",
|
4 |
"headers": {
|
5 |
"Authorization": "Bearer ",
|
6 |
"Content-Type": "application/json"
|
7 |
}
|
8 |
},
|
9 |
-
"
|
10 |
"API_URL": "",
|
11 |
"headers": {
|
12 |
"Authorization": "Bearer ",
|
|
|
1 |
{
|
2 |
+
"llama2": {
|
3 |
"API_URL": "https://a4f1f3224ou3zfsz.us-east-1.aws.endpoints.huggingface.cloud",
|
4 |
"headers": {
|
5 |
"Authorization": "Bearer ",
|
6 |
"Content-Type": "application/json"
|
7 |
}
|
8 |
},
|
9 |
+
"llama2-chat": {
|
10 |
"API_URL": "",
|
11 |
"headers": {
|
12 |
"Authorization": "Bearer ",
|