Spaces:
Sleeping
Sleeping
Update pipeline.json
Browse files- pipeline.json +3 -3
pipeline.json
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
{
|
2 |
"api": {
|
3 |
"models": {
|
4 |
-
"Xylaria 1.6 Senoa": {
|
5 |
"type": "Text Generation",
|
6 |
-
"api_url": "https://api-inference.huggingface.co/models/
|
7 |
"headers": {
|
8 |
"Content-Type": "application/json",
|
9 |
"x-use-cache": "false",
|
@@ -15,7 +15,7 @@
|
|
15 |
},
|
16 |
"Xylaria 1.6": {
|
17 |
"type": "Text Generation",
|
18 |
-
"api_url": "https://api-inference.huggingface.co/models/
|
19 |
"headers": {
|
20 |
"Content-Type": "application/json",
|
21 |
"x-use-cache": "false",
|
|
|
1 |
{
|
2 |
"api": {
|
3 |
"models": {
|
4 |
+
"Xylaria 1.6 Senoa EXPERIMENTAL": {
|
5 |
"type": "Text Generation",
|
6 |
+
"api_url": "https://api-inference.huggingface.co/models/Qwen/QwQ-32B-Preview/v1/chat/completions",
|
7 |
"headers": {
|
8 |
"Content-Type": "application/json",
|
9 |
"x-use-cache": "false",
|
|
|
15 |
},
|
16 |
"Xylaria 1.6": {
|
17 |
"type": "Text Generation",
|
18 |
+
"api_url": "https://api-inference.huggingface.co/models/mistralai/Mistral-Nemo-Instruct-2407/v1/chat/completions",
|
19 |
"headers": {
|
20 |
"Content-Type": "application/json",
|
21 |
"x-use-cache": "false",
|