Cartinoe5930 commited on
Commit
2472eae
·
1 Parent(s): c366528

Update src/inference_endpoint.json

Browse files
Files changed (1) hide show
  1. src/inference_endpoint.json +41 -19
src/inference_endpoint.json CHANGED
@@ -1,29 +1,51 @@
1
  {
2
  "llama": {
3
- "API_URL": ""
4
- },
5
- "alpaca": {
6
- "API_URL": ""
 
 
 
 
 
 
 
 
7
  },
8
  "vicuna": {
9
- "API_URL": ""
10
- },
11
- "koala": {
12
- "API_URL": ""
 
13
  },
14
  "falcon": {
15
- "API_URL": ""
 
 
 
 
 
 
 
 
 
 
 
16
  },
17
  "orca": {
18
- "API_URL": ""
19
- },
20
- "wizard": {
21
- "API_URL": ""
22
- },
23
- "baize": {
24
- "API_URL": ""
25
- },
26
- "phi": {
27
- "API_URL": ""
 
 
28
  }
29
  }
 
1
  {
2
  "llama": {
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
+ "llama-chat": {
10
+ "API_URL": "",
11
+ "headers": {
12
+ "Authorization": "Bearer ",
13
+ "Content-Type": "application/json"
14
+ }
15
  },
16
  "vicuna": {
17
+ "API_URL": "",
18
+ "headers": {
19
+ "Authorization": "Bearer ",
20
+ "Content-Type": "application/json"
21
+ }
22
  },
23
  "falcon": {
24
+ "API_URL": "",
25
+ "headers": {
26
+ "Authorization": "Bearer ",
27
+ "Content-Type": "application/json"
28
+ }
29
+ },
30
+ "falcon-instruct": {
31
+ "API_URL": "",
32
+ "headers": {
33
+ "Authorization": "Bearer ",
34
+ "Content-Type": "application/json"
35
+ }
36
  },
37
  "orca": {
38
+ "API_URL": "https://gqm6cj4t941ppx4i.us-east-1.aws.endpoints.huggingface.cloud",
39
+ "headers": {
40
+ "Authorization": "Bearer ",
41
+ "Content-Type": "application/json"
42
+ }
43
+ },
44
+ "wizardlm": {
45
+ "API_URL": "https://w5tclsm1vnqtavp2.us-east-1.aws.endpoints.huggingface.cloud",
46
+ "headers": {
47
+ "Authorization": "Bearer ",
48
+ "Content-Type": "application/json"
49
+ }
50
  }
51
  }