From 5d54cdf386750f154f59bb9801954c287cb5f39b Mon Sep 17 00:00:00 2001 From: Udit Karode Date: Sat, 8 Apr 2023 10:55:41 +0530 Subject: [PATCH] doc(/help): wording --- src/index.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/index.ts b/src/index.ts index cd0e1c2..f59e99f 100644 --- a/src/index.ts +++ b/src/index.ts @@ -64,14 +64,14 @@ ${code`/ai what is the radius of the earth`} ...or reply to a message from the bot. In both cases, the same conversation will be carried forward (i.e. the bot will retain context of previous messages). • ${underline(bold`Starting a new conversation`)} -You can use /newchat to start a new conversation. By doing this, the bot will effectively 'lose memories' of the conversations since the last /newchat. +You can use /newchat to start a new conversation. By doing this, the bot will effectively 'lose memories' of the messages sent to it since the last /newchat. The bot will prompt you to do this if a conversation cannot be continued any further. • ${underline(bold`Setting or getting the variant`)} -You can get the bot variant using the /variant command. +Variants are applied on a chat-wide basis. You can get the bot variant using the /variant command with no arguments. -Use ${code`/variant `} to set the bot variant. Valid variants are: +Use '${code`/variant `}' to set the bot variant. Valid variants are: ‣ ${bold("Balanced")} (default): informative and friendly ‣ ${bold("Creative")}: original and imaginative ‣ ${bold("Precise")}: concise and straightforward