mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-17 05:54:26 +01:00
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>
This commit is contained in:
4
cli.py
4
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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user