Reality123b commited on
Commit
e14451d
·
verified ·
1 Parent(s): 3b07ab5

Update pipeline.json

Browse files
Files changed (1) hide show
  1. pipeline.json +13 -12
pipeline.json CHANGED
@@ -1,6 +1,18 @@
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",
@@ -27,18 +39,7 @@
27
  }
28
  },
29
 
30
- "Xylaria 1.7": {
31
- "type": "Text Generation",
32
- "api_url": "https://api-inference.huggingface.co/models/deepseek-ai/DeepSeek-R1-Distill-Qwen-32B/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
 
43
  "Xylaria 1.7 Senoa": {
44
  "type": "Text Generation",
 
1
  {
2
  "api": {
3
  "models": {
4
+ "Xylaria 1.7": {
5
+ "type": "Text Generation",
6
+ "api_url": "https://api-inference.huggingface.co/models/deepseek-ai/DeepSeek-R1-Distill-Qwen-32B/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
  "Xylaria 1.6": {
17
  "type": "Text Generation",
18
  "api_url": "https://api-inference.huggingface.co/models/Qwen/Qwen2.5-Coder-32B-Instruct/v1/chat/completions",
 
39
  }
40
  },
41
 
42
+
 
 
 
 
 
 
 
 
 
 
 
43
 
44
  "Xylaria 1.7 Senoa": {
45
  "type": "Text Generation",