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

Update pipeline.json

Browse files
Files changed (1) hide show
  1. pipeline.json +8 -8
pipeline.json CHANGED
@@ -3,26 +3,26 @@
3
  "models": {
4
  "Xylaria 1.6 Senoa EXPERIMENTAL": {
5
  "type": "Text Generation",
6
- "api_url": "https://api.sambanova.ai/v1/chat/completions",
7
  "headers": {
8
  "Content-Type": "application/json",
9
- "Authorization": "Bearer os.environ.get('SAMBANOVA_API_KEY')"
10
- },
11
- "payload": {
12
- "stream": true,
13
- "model": "QwQ-32B-Preview"
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",
19
  "headers": {
20
  "Content-Type": "application/json",
21
  "x-use-cache": "false",
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
  }
 
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",
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/mistralai/Mistral-Nemo-Instruct-2407/v1/chat/completions",
19
  "headers": {
20
  "Content-Type": "application/json",
21
  "x-use-cache": "false",
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
  }