🔧Config file

A configuration file containing information supporting the use of the drylab CLI within a project directory.

drylab.config.json example:

{
  "apiKey": "sk-xxx",
  "defaultOutputDir": "./reproduced",
  "useCache": true
}

Last updated