diff --git a/.vs/Auto-GPT/v16/.suo b/.vs/Auto-GPT/v16/.suo new file mode 100644 index 00000000..8d9e8390 Binary files /dev/null and b/.vs/Auto-GPT/v16/.suo differ diff --git a/.vs/VSWorkspaceState.json b/.vs/VSWorkspaceState.json new file mode 100644 index 00000000..d282b3b2 --- /dev/null +++ b/.vs/VSWorkspaceState.json @@ -0,0 +1,7 @@ +{ + "ExpandedNodes": [ + "" + ], + "SelectedNode": "\\README.md", + "PreviewInSolutionExplorer": false +} \ No newline at end of file diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite index fade0a13..d791bac0 100644 Binary files a/.vs/slnx.sqlite and b/.vs/slnx.sqlite differ diff --git a/README.md b/README.md index 2de7cfe4..70802b8c 100644 --- a/README.md +++ b/README.md @@ -384,7 +384,9 @@ Use at your own risk. 1. Run the `autogpt` python module in your terminal: ```bash + python -m autogpt --speak --continuous + ``` 2. To exit the program, press Ctrl + C @@ -394,7 +396,9 @@ python -m autogpt --speak --continuous If you don't have access to the GPT4 api, this mode will allow you to use Auto-GPT! ```bash + python -m autogpt --speak --gpt3only + ``` It is recommended to use a virtual machine for tasks that require high security measures to prevent any potential harm to the main computer's system and data.