docs: Update cli_faq.md for spelling issues (#925)

This commit is contained in:
Sina Azizi
2024-01-24 16:29:12 -08:00
committed by GitHub
parent 73b7ad09a8
commit b5d4b10ced

View File

@@ -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)