From 83930335f0ab984d79e69debce9fdd5a3d55c7d2 Mon Sep 17 00:00:00 2001 From: liuyachen <364579759@qq.com> Date: Sun, 16 Apr 2023 19:47:29 +0800 Subject: [PATCH] Fix README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fcff589f..7e012959 100644 --- a/README.md +++ b/README.md @@ -189,18 +189,18 @@ Here are some common arguments you can use when running Auto-GPT: > Replace anything in angled brackets (<>) to a value you want to specify * View all available command line arguments ```bash -python scripts/main.py --help +python -m autogpt --help ``` * Run Auto-GPT with a different AI Settings file ```bash -python scripts/main.py --ai-settings +python -m autogpt --ai-settings ``` * Specify one of 3 memory backends: `local`, `redis`, `pinecone` or `no_memory` ```bash -python scripts/main.py --use-memory +python -m autogpt --use-memory ``` -> **NOTE**: There are shorthands for some of these flags, for example `-m` for `--use-memory`. Use `python scripts/main.py --help` for more information +> **NOTE**: There are shorthands for some of these flags, for example `-m` for `--use-memory`. Use `python -m autogpt --help` for more information ## 🗣️ Speech Mode