Files
Auto-GPT/agbenchmark/benchmarks.py
2023-08-14 13:02:23 +02:00

12 lines
180 B
Python

import subprocess
if __name__ == "__main__":
command = [
"poetry",
"run",
"python",
"-m",
"autogpt",
]
subprocess.run(command)