aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Nicholas Tindle <nicholas.tindle@agpt.co> 2024-03-15 05:38:52 -0500
committerGravatar GitHub <noreply@github.com> 2024-03-15 11:38:52 +0100
commitfa1486516310eb19ba2be6dc3d33813f9f3153b3 (patch)
treea8b2ef96003dead33f9af420f47f929c7809a091
parentfix(autogpt/cli): Loop until non-empty task is provided by the user (#6995) (diff)
downloadAuto-GPT-fa1486516310eb19ba2be6dc3d33813f9f3153b3.tar.gz
Auto-GPT-fa1486516310eb19ba2be6dc3d33813f9f3153b3.tar.bz2
Auto-GPT-fa1486516310eb19ba2be6dc3d33813f9f3153b3.zip
docs: Redirect AutoGPT users from Forge tutorial with warning (#7014)
Update forge/get-started.md
-rw-r--r--docs/content/forge/get-started.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/content/forge/get-started.md b/docs/content/forge/get-started.md
index f1ca63e17..ca5af2b07 100644
--- a/docs/content/forge/get-started.md
+++ b/docs/content/forge/get-started.md
@@ -2,6 +2,9 @@
### 🛠️ Build your own Agent 🛠️
+!!! warning
+ If you are trying to use AutoGPT this is not the tutorial for you! You need to use [this one](../../AutoGPT/setup/)
+
Forge is a ready-to-go template for *your* agent application. All the boilerplate code is already handled, letting you channel all your creativity into the things that set *your* agent apart.
---