yasirme commited on
Commit
3646198
·
verified ·
1 Parent(s): 9719412

Update pipeline.json

Browse files
Files changed (1) hide show
  1. pipeline.json +12 -0
pipeline.json CHANGED
@@ -13,6 +13,18 @@
13
  }
14
  }
15
  },
 
 
 
 
 
 
 
 
 
 
 
 
16
 
17
  "QwQ-32B-Preview": {
18
  "type": "Text Generation",
 
13
  }
14
  }
15
  },
16
+ "deepseek-ai/DeepSeek-V3": {
17
+ "type": "Text Generation",
18
+ "api_url": "https://huggingface.co/api/inference-proxy/together/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
 
29
  "QwQ-32B-Preview": {
30
  "type": "Text Generation",