mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-07 08:14:25 +01:00
Add agbenchmark routes (#10)
Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
import subprocess
|
||||
|
||||
if __name__ == "__main__":
|
||||
command = [
|
||||
"poetry",
|
||||
"run",
|
||||
"python",
|
||||
"-m",
|
||||
"autogpt",
|
||||
]
|
||||
subprocess.run(command)
|
||||
@@ -1 +0,0 @@
|
||||
{"workspace": "agbenchmark/workspace", "entry_path": "agbenchmark.benchmarks", "api_mode": "True", "host": "http://localhost:8000"}
|
||||
@@ -1 +0,0 @@
|
||||
{}
|
||||
Reference in New Issue
Block a user