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

Update pipeline.json

Browse files
Files changed (1) hide show
  1. pipeline.json +1 -0
pipeline.json CHANGED
@@ -36,6 +36,7 @@
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
  },
 
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
  }
42
  },