Reality123b commited on
Commit
518abf1
·
verified ·
1 Parent(s): b965dc4

Update pipeline.json

Browse files
Files changed (1) hide show
  1. pipeline.json +2 -33
pipeline.json CHANGED
@@ -28,20 +28,7 @@
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
-
43
- "Xylaria 1.7 Senoa": {
44
- "type": "Text Generation",
45
  "api_url": "https://huggingface.co/api/inference-proxy/together/v1/chat/completions",
46
  "headers": {
47
  "Content-Type": "application/json",
@@ -49,27 +36,9 @@
49
  "config": {
50
  "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'.",
51
  "Authorization": "Bearer os.environ.get('auth')"
52
- }
53
- },
54
- "model_params": {
55
- "model": "deepseek-ai/DeepSeek-R1",
56
- "max_tokens": 10200,
57
- "streaming": true
58
  }
59
- },
60
-
61
- "Xylaria 1.7 Senoa Experemental": {
62
- "type": "Text Generation",
63
- "api_url": "https://api-inference.huggingface.co/models/deepseek-ai/DeepSeek-R1-Distill-Qwen-32B/v1/chat/completions",
64
- "headers": {
65
- "Content-Type": "application/json",
66
- "x-use-cache": "false",
67
- "config": {
68
- "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'.",
69
- "Authorization": "Bearer os.environ.get('auth')"
70
- }
71
  }
72
- },
73
 
74
  "Xylaria 1.4 Senoa": {
75
  "type": "Text Generation",
 
28
  },
29
 
30
  "Xylaria 1.7": {
31
+ "type": "Text Generation",
 
 
 
 
 
 
 
 
 
 
 
 
 
32
  "api_url": "https://huggingface.co/api/inference-proxy/together/v1/chat/completions",
33
  "headers": {
34
  "Content-Type": "application/json",
 
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.4 Senoa": {
44
  "type": "Text Generation",