Spaces:
Running
Running
Update pipeline.json
Browse files- pipeline.json +11 -11
pipeline.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"api": {
|
3 |
"models": {
|
4 |
-
|
5 |
"Phi-3.5-mini-instruct": {
|
6 |
"type": "Text Generation",
|
7 |
"api_url": "https://api-inference.huggingface.co/models/microsoft/Phi-3.5-mini-instruct/v1/chat/completions",
|
@@ -27,12 +27,11 @@
|
|
27 |
}
|
28 |
}
|
29 |
},
|
30 |
-
|
31 |
|
32 |
|
33 |
-
"
|
34 |
"type": "Text Generation",
|
35 |
-
"api_url": "https://api-inference.huggingface.co/models/
|
36 |
"headers": {
|
37 |
"Content-Type": "application/json",
|
38 |
"x-use-cache": "false",
|
@@ -42,10 +41,10 @@
|
|
42 |
}
|
43 |
}
|
44 |
},
|
45 |
-
|
46 |
-
|
47 |
"type": "Text Generation",
|
48 |
-
"api_url": "https://api-inference.huggingface.co/models/
|
49 |
"headers": {
|
50 |
"Content-Type": "application/json",
|
51 |
"x-use-cache": "false",
|
@@ -55,10 +54,10 @@
|
|
55 |
}
|
56 |
}
|
57 |
},
|
58 |
-
|
59 |
-
|
60 |
"type": "Text Generation",
|
61 |
-
"api_url": "https://api-inference.huggingface.co/models/
|
62 |
"headers": {
|
63 |
"Content-Type": "application/json",
|
64 |
"x-use-cache": "false",
|
@@ -67,7 +66,8 @@
|
|
67 |
"Authorization": "Bearer os.environ.get('auth')"
|
68 |
}
|
69 |
}
|
70 |
-
}
|
|
|
71 |
|
72 |
}
|
73 |
},
|
|
|
1 |
{
|
2 |
"api": {
|
3 |
"models": {
|
4 |
+
|
5 |
"Phi-3.5-mini-instruct": {
|
6 |
"type": "Text Generation",
|
7 |
"api_url": "https://api-inference.huggingface.co/models/microsoft/Phi-3.5-mini-instruct/v1/chat/completions",
|
|
|
27 |
}
|
28 |
}
|
29 |
},
|
|
|
30 |
|
31 |
|
32 |
+
"Mistral-Nemo-Instruct-2407": {
|
33 |
"type": "Text Generation",
|
34 |
+
"api_url": "https://api-inference.huggingface.co/models/mistralai/Mistral-Nemo-Instruct-2407/v1/chat/completions",
|
35 |
"headers": {
|
36 |
"Content-Type": "application/json",
|
37 |
"x-use-cache": "false",
|
|
|
41 |
}
|
42 |
}
|
43 |
},
|
44 |
+
|
45 |
+
"SmallThinker-3B-Preview": {
|
46 |
"type": "Text Generation",
|
47 |
+
"api_url": "https://api-inference.huggingface.co/models/PowerInfer/SmallThinker-3B-Preview/v1/chat/completions",
|
48 |
"headers": {
|
49 |
"Content-Type": "application/json",
|
50 |
"x-use-cache": "false",
|
|
|
54 |
}
|
55 |
}
|
56 |
},
|
57 |
+
|
58 |
+
"Meta-Llama-3-8B-Instruct": {
|
59 |
"type": "Text Generation",
|
60 |
+
"api_url": "https://api-inference.huggingface.co/models/meta-llama/Meta-Llama-3-8B-Instruct/v1/chat/completions",
|
61 |
"headers": {
|
62 |
"Content-Type": "application/json",
|
63 |
"x-use-cache": "false",
|
|
|
66 |
"Authorization": "Bearer os.environ.get('auth')"
|
67 |
}
|
68 |
}
|
69 |
+
}
|
70 |
+
|
71 |
|
72 |
}
|
73 |
},
|