Reality123b commited on
Commit
0d21638
·
verified ·
1 Parent(s): 6dce650

Update pipeline.json

Browse files
Files changed (1) hide show
  1. pipeline.json +2 -3
pipeline.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "api": {
3
  "models": {
4
  "Xylaria 1.6 Senoa EXPERIMENTAL": {
5
  "type": "Text Generation",
@@ -12,7 +12,6 @@
12
  "stream": true,
13
  "model": "QwQ-32B-Preview"
14
  }
15
- }
16
  },
17
  "Xylaria 1.6": {
18
  "type": "Text Generation",
@@ -23,7 +22,7 @@
23
  "config": {
24
  "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'.",
25
  "Authorization": "Bearer os.environ.get('auth')"
26
- }
27
  }
28
  }
29
  }
 
1
  {
2
+ "api": {
3
  "models": {
4
  "Xylaria 1.6 Senoa EXPERIMENTAL": {
5
  "type": "Text Generation",
 
12
  "stream": true,
13
  "model": "QwQ-32B-Preview"
14
  }
 
15
  },
16
  "Xylaria 1.6": {
17
  "type": "Text Generation",
 
22
  "config": {
23
  "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'.",
24
  "Authorization": "Bearer os.environ.get('auth')"
25
+ }
26
  }
27
  }
28
  }