From 582c3e06a4fee8526f0b289b5d7bab5fdd713389 Mon Sep 17 00:00:00 2001 From: Silen Naihin Date: Wed, 9 Aug 2023 21:02:33 +0100 Subject: [PATCH] updating challenges repo name --- .gitmodules | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index 034cadaa..25e78d0b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -26,11 +26,10 @@ path = agent/beebot url = https://github.com/AutoPackAI/beebot.git branch = main -[submodule "agbenchmark/challenges"] - path = agbenchmark/challenges - url = https://github.com/SilenNaihin/agbenchmark_challenges.git - branch = main [submodule "agent/PolyGPT"] path = agent/PolyGPT url = https://github.com/polywrap/PolyGPT.git branch = nerfzael-use-local-wrap-library +[submodule "agbenchmark/challenges"] + path = agbenchmark/challenges + url = https://github.com/agbenchmark/agent-evals.git