From b5d4b10ced42f77a2393e452e87aab989b41c865 Mon Sep 17 00:00:00 2001 From: Sina Azizi <46285145+JamMaster1999@users.noreply.github.com> Date: Wed, 24 Jan 2024 16:29:12 -0800 Subject: [PATCH] docs: Update cli_faq.md for spelling issues (#925) --- docs/cli_faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cli_faq.md b/docs/cli_faq.md index 6d7d0d30..3417e5de 100644 --- a/docs/cli_faq.md +++ b/docs/cli_faq.md @@ -35,7 +35,7 @@ If the LLM/model you're using for MemGPT is consistently failing the first messa You can disable first message verification by passing the `--no-verify` flag to `memgpt run` (do `memgpt run --no-verify` instead of `memgpt run`). Passing the additional `--debug` flag (`memgpt run --no-verify --debug`) can help you further identify any other issues on first messages that can cause long "Thinking..." loops, such as rate limiting. ### What are personas and how they relate to agents and humans? -MemGPT has two core componenets: agents and humans. Each human contains information about the user that is constantly updated as MemGPT learns more about that user. Agents are what the human interacts with they chat with MemGPT. Each agent can be customized through presets which are basically the configuration for an agent and includes the following componenets: +MemGPT has two core components: agents and humans. Each human contains information about the user that is continously updated as MemGPT learns more about that user. Agents are what the human interacts with when they chat with MemGPT. Each agent can be customized through presets which are basically the configuration for an agent and includes the following componenets: * system prompt (you usually don't change this) * persona (personality of your bot and their initial memories) * human (description of yourself / user details)