From d9f435b4053ed00864c577d2ae16199bfd37be0d Mon Sep 17 00:00:00 2001 From: Sarah Wooders Date: Mon, 6 Nov 2023 13:09:38 -0800 Subject: [PATCH] Update quickstart.md to show flag list properly --- docs/quickstart.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/quickstart.md b/docs/quickstart.md index 6ed2212e..2f81c75d 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -38,6 +38,7 @@ In this example we use the OpenAI API, but you can run MemGPT with other backend ### Command-line arguments The `run` command supports the following optional flags (if set, will override config defaults): + * `--agent`: (str) Name of agent to create or to resume chatting with. * `--human`: (str) Name of the human to run the agent with. * `--persona`: (str) Name of agent persona to use.