aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGravatar merwanehamadi <merwanehamadi@gmail.com> 2023-08-01 09:13:37 -0700
committerGravatar GitHub <noreply@github.com> 2023-08-01 09:13:37 -0700
commitfc6255296a2ff340a94e53f4f7fb9e861102eba0 (patch)
treeda2f8e30a1a725ed388744783d03dc2ea7c95ce2 /docs
parentslips of the pen (bloopers) in autogpt/core part of the repo (#5045) (diff)
downloadAuto-GPT-fc6255296a2ff340a94e53f4f7fb9e861102eba0.tar.gz
Auto-GPT-fc6255296a2ff340a94e53f4f7fb9e861102eba0.tar.bz2
Auto-GPT-fc6255296a2ff340a94e53f4f7fb9e861102eba0.zip
Add information on how to improve Auto-GPT with agbenchmark (#5056)
* Add information on how to improve Auto-GPT with agbenchmark * Update introduction.md * Update docs/challenges/introduction.md Co-authored-by: Reinier van der Leer <reinier.vanderleer@agpt.co> * Update introduction.md --------- Co-authored-by: James Collins <collijk@uw.edu> Co-authored-by: Reinier van der Leer <reinier.vanderleer@agpt.co>
Diffstat (limited to 'docs')
-rw-r--r--docs/challenges/introduction.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/challenges/introduction.md b/docs/challenges/introduction.md
index 63f570f26..256a82385 100644
--- a/docs/challenges/introduction.md
+++ b/docs/challenges/introduction.md
@@ -21,3 +21,15 @@ There are two main ways to get involved with challenges:
To learn more about submitting and beating challenges, please visit the [List of Challenges](list.md), [Submit a Challenge](submit.md), and [Beat a Challenge](beat.md) pages.
We look forward to your contributions and the exciting solutions that the community will develop together to make Auto-GPT even better!
+
+!!! warning
+
+ We're slowly transitioning to agbenchmark. agbenchmark is a simpler way to improve Auto-GPT. Simply run:
+
+ ```
+ agbenchmark start
+ ```
+
+ and beat as many challenges as possible.
+
+For more agbenchmark options, look at the [readme](https://github.com/Significant-Gravitas/Auto-GPT-Benchmarks/tree/master/agbenchmark).