Reality123b commited on
Commit
a116387
·
verified ·
1 Parent(s): 743fcf9

Update pipeline.json

Browse files
Files changed (1) hide show
  1. pipeline.json +1 -1
pipeline.json CHANGED
@@ -35,7 +35,7 @@
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
  "model_name": "deepseek-ai/DeepSeek-V3"
40
  }
41
  }
 
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
  "model_name": "deepseek-ai/DeepSeek-V3"
40
  }
41
  }