alys-akusa 0.1.3 → 0.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +1 -0
  2. package/dist/index.cjs +2674 -51
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -27,4 +27,5 @@ it spends all 5 free generations.
27
27
  pnpm install
28
28
  pnpm alys
29
29
  pnpm alys -- generate "AI evaluation datasets" --format jsonl,csv,rag
30
+ pnpm alys -- generate "AI evaluation datasets" --benchmark --sources 48 --rows 5000 --format jsonl,csv,instruction,rag
30
31
  ```