Skip to content

Commit

Permalink
Update README.md (#1230)
Browse files Browse the repository at this point in the history
Fixed With EZLocalAI Sections (Added missing "true" flag)

Signed-off-by: rm4453 <rmattingly4415@gmail.com>
  • Loading branch information
rm4453 authored Jul 23, 2024
1 parent e3fcb3a commit 7c77e2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,13 +111,13 @@ python start.py
To run AGiXT with ezLocalai, use the `--with-ezlocalai` flag:

```bash
python start.py --with-ezlocalai
python start.py --with-ezlocalai true
```

You can also use command-line arguments to set specific environment variables to run in different ways. For example, to use the development branch and enable auto-updates, run:

```bash
python start.py --agixt-branch dev --agixt-auto-update true --with-ezlocalai
python start.py --agixt-branch dev --agixt-auto-update true --with-ezlocalai true
```

- Access the AGiXT Management interface at <http://localhost:8501> to create and manage your agents, prompts, chains, and configurations.
Expand Down

0 comments on commit 7c77e2b

Please sign in to comment.