aboutsummaryrefslogtreecommitdiff
path: root/cli.py
diff options
context:
space:
mode:
authorGravatar merwanehamadi <merwanehamadi@gmail.com> 2023-09-22 15:49:29 -0700
committerGravatar GitHub <noreply@github.com> 2023-09-22 15:49:29 -0700
commit8f41dbe27d11c0255fe556f32009f905e62c80dc (patch)
treed7ccab11c21756e1df830aa1dd7e698c41743ecf /cli.py
parentImplement SettingsView for User Configurable Settings (diff)
downloadAuto-GPT-8f41dbe27d11c0255fe556f32009f905e62c80dc.tar.gz
Auto-GPT-8f41dbe27d11c0255fe556f32009f905e62c80dc.tar.bz2
Auto-GPT-8f41dbe27d11c0255fe556f32009f905e62c80dc.zip
Rename Auto-GPT to AutoGPT (#5301)
* Rename to AutoGPT Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com> * Update autogpts/autogpt/BULLETIN.md Co-authored-by: Reinier van der Leer <pwuts@agpt.co> * Update BULLETIN.md * Update docker-compose.yml * Update autogpts/forge/tutorials/001_getting_started.md Co-authored-by: Reinier van der Leer <pwuts@agpt.co> * Update autogpts/autogpt/tests/unit/test_logs.py Co-authored-by: Reinier van der Leer <pwuts@agpt.co> * Update README.md * Update README.md * Update README.md * Update README.md * Update introduction.md * Update plugins.md --------- Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com> Co-authored-by: Reinier van der Leer <pwuts@agpt.co>
Diffstat (limited to 'cli.py')
-rw-r--r--cli.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli.py b/cli.py
index 107e8c1fb..99b5ee3b0 100644
--- a/cli.py
+++ b/cli.py
@@ -1,7 +1,7 @@
"""
This is a minimal file intended to be run by users to help them manage the autogpt projects.
-If you want to contribute, please use only libraries that come as part of Python.
+If you want to contribute, please use only libraries that come as part of Python.
To ensure efficiency, add the imports to the functions so only what is needed is imported.
"""
try:
@@ -197,7 +197,7 @@ d88P 888 "Y88888 "Y888 "Y88P" "Y8888P88 888 888
if install_error:
click.echo(
click.style(
- "\n\n🔴 If you need help, please raise a ticket on GitHub at https://github.com/Significant-Gravitas/Auto-GPT/issues\n\n",
+ "\n\n🔴 If you need help, please raise a ticket on GitHub at https://github.com/Significant-Gravitas/AutoGPT/issues\n\n",
fg="magenta",
bold=True,
)