From d1e5ab04a8ccd3a4db009b048a82e9dd9f83aa3d Mon Sep 17 00:00:00 2001 From: Merwane Hamadi Date: Mon, 24 Jul 2023 09:06:11 -0700 Subject: [PATCH] Change workspace location --- agbenchmark/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agbenchmark/config.json b/agbenchmark/config.json index dd957f9ea..47785864c 100644 --- a/agbenchmark/config.json +++ b/agbenchmark/config.json @@ -1,4 +1,4 @@ { - "workspace": "autogpt/workspace/auto_gpt_workspace", + "workspace": "auto_gpt_workspace", "entry_path": "agbenchmark.benchmarks" }