docs: align benchmark prerequisites with promptfoo's Node requirement (#205)
The Prerequisites section listed Node.js 18+, but the Reproduce section (and promptfoo's engine constraint) requires >= 22.22.0, so a reader on Node 18 hits promptfoo's engine error. The local Ollama path uses no Node, so 18+ had no basis. One-line docs change aligning the prerequisite with the existing requirement above it.
This commit is contained in:
parent
01a29e480a
commit
eb3b6f0bbd
|
|
@ -99,7 +99,7 @@ over-build and blocked tasks, can cost more on large completion-forced agentic r
|
|||
|
||||
### Prerequisites
|
||||
|
||||
Running the benchmark requires **Python 3**, **pandas**, and **Node.js** (18+).
|
||||
Running the benchmark requires **Python 3**, **pandas**, and **Node.js ≥ 22.22.0** (promptfoo's engine constraint; see [Reproduce](#reproduce)).
|
||||
|
||||
## Notes
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue