Skip to content
This repository was archived by the owner on Mar 24, 2024. It is now read-only.

Commit 369c984

Browse files
authored
docs: add output in example config
1 parent 6b3cd24 commit 369c984

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/configuration/parameters.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ module.exports = {
8080
"prompts": ["prompt1.txt"],
8181
"providers": ["openai:chat"],
8282
"vars": "/path/to/vars.csv",
83+
"output": "output.csv", // options: csv, json, yaml, html
8384
"maxConcurrency": 3
8485
}
8586
```

0 commit comments

Comments
 (0)