aider/benchmark/docker.sh
2023-06-29 14:19:00 -07:00

10 lines
238 B
Bash
Executable file

#!/bin/bash
docker run \
-it --rm \
-v `pwd`:/aider \
-v `pwd`/tmp.benchmarks/.:/benchmarks \
-e OPENAI_API_KEY=$OPENAI_API_KEY \
-e HISTFILE=/aider/.bash_history \
aider-benchmark \
bash