From e9eaa1bfcd385df170d9bbbdefd02bbd12179e58 Mon Sep 17 00:00:00 2001 From: Abdellah Date: Tue, 30 Jan 2024 22:13:54 +0300 Subject: [PATCH] docs: small fix to docs (#942) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ecf4001..597eaa8c 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ You can run the following commands in the MemGPT CLI prompt while chatting with * `/pop`: Undo the last message in the conversation * `/pop `: Undo the last messages in the conversation. It defaults to 3, which usually is one turn around in the conversation * `/retry`: Pops the last answer and tries to get another one -* `/rethink `: Will replace the inner dialog of the last assistant message with the to help shaping the conversation +* `/rethink `: Will replace the inner dialog of the last assistant message with the `` to help shaping the conversation * `/rewrite`: Will replace the last assistant answer with the given text to correct or force the answer * `/heartbeat`: Send a heartbeat system message to the agent * `/memorywarning`: Send a memory warning system message to the agent