Reality123b commited on
Commit
f47fabf
·
verified ·
1 Parent(s): cda5f27

Update pipeline.json

Browse files
Files changed (1) hide show
  1. pipeline.json +57 -2
pipeline.json CHANGED
@@ -1,7 +1,20 @@
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": {
@@ -13,7 +26,34 @@
13
  }
14
  }
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": {
@@ -24,7 +64,22 @@
24
  "Authorization": "Bearer os.environ.get('auth')"
25
  }
26
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
27
  }
 
 
28
  }
29
  },
30
  "handle_stream": true
 
1
  {
2
  "api": {
3
  "models": {
4
+ "Xylaria 1.6": {
5
+ "type": "Text Generation",
6
+ "api_url": "https://api-inference.huggingface.co/models/Qwen/Qwen2.5-Coder-32B-Instruct/v1/chat/completions",
7
+ "headers": {
8
+ "Content-Type": "application/json",
9
+ "x-use-cache": "false",
10
+ "config": {
11
+ "comment": "This section runs Python code. It retrieves the API key from your environment using 'os'. You can use this for Authorization headers or replace it with another type of headers, like 'ApiKey'.",
12
+ "Authorization": "Bearer os.environ.get('auth')"
13
+ }
14
+ }
15
+ },
16
+
17
+ "Xylaria 1.6 Senoa": {
18
  "type": "Text Generation",
19
  "api_url": "https://api-inference.huggingface.co/models/Qwen/QwQ-32B-Preview/v1/chat/completions",
20
  "headers": {
 
26
  }
27
  }
28
  },
29
+
30
+ "Xylaria 1.7": {
31
+ "type": "Text Generation",
32
+ "api_url": "https://api-inference.huggingface.co/models/PowerInfer/SmallThinker-3B-Preview/v1/chat/completions",
33
+ "headers": {
34
+ "Content-Type": "application/json",
35
+ "x-use-cache": "false",
36
+ "config": {
37
+ "comment": "This section runs Python code. It retrieves the API key from your environment using 'os'. You can use this for Authorization headers or replace it with another type of headers, like 'ApiKey'.",
38
+ "Authorization": "Bearer os.environ.get('auth')"
39
+ }
40
+ }
41
+ },
42
+ "Xylaria 1.7 Senoa Experemental" : {
43
+ "type": "Text Generation",
44
+ "api_url": "https://api-inference.huggingface.co/models/deepseek-ai/DeepSeek-R1-Distill-Qwen-32B/v1/chat/completions",
45
+ "headers": {
46
+ "Content-Type": "application/json",
47
+ "x-use-cache": "false",
48
+ "config": {
49
+ "comment": "This section runs Python code. It retrieves the API key from your environment using 'os'. You can use this for Authorization headers or replace it with another type of headers, like 'ApiKey'.",
50
+ "Authorization": "Bearer os.environ.get('auth')"
51
+ }
52
+ }
53
+ },
54
+
55
+
56
+ "Xylaria 1.4 Senoa": {
57
  "type": "Text Generation",
58
  "api_url": "https://api-inference.huggingface.co/models/mistralai/Mistral-Nemo-Instruct-2407/v1/chat/completions",
59
  "headers": {
 
64
  "Authorization": "Bearer os.environ.get('auth')"
65
  }
66
  }
67
+ },
68
+
69
+ "Xylaria 1.4": {
70
+ "type": "Text Generation",
71
+ "api_url": "https://api-inference.huggingface.co/models/microsoft/Phi-3.5-mini-instruct/v1/chat/completions",
72
+ "headers": {
73
+ "Content-Type": "application/json",
74
+ "x-use-cache": "false",
75
+ "config": {
76
+ "comment": "This section runs Python code. It retrieves the API key from your environment using 'os'. You can use this for Authorization headers or replace it with another type of headers, like 'ApiKey'.",
77
+ "Authorization": "Bearer os.environ.get('auth')"
78
+ }
79
+ }
80
  }
81
+
82
+
83
  }
84
  },
85
  "handle_stream": true