From af76a580a4d018563ba675abe8ec7240b08e17ec Mon Sep 17 00:00:00 2001 From: Rene Teigen Date: Thu, 5 Jan 2023 15:33:53 +0000 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 87a0fba..e0bf87f 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ These commands are grouped, so each group has a prefix but you can easily tab co `/gpt converse opener:` - Start a conversation with the bot, with a custom opener text (this is useful if you want it to take on a custom personality from the start). -`/gpt converse opener_file:.txt` - Starts a conversation with the bot, using a custom file, using this option also enables the minimal conversation starter. Loads files from the `/openers` folder, has autocomplete support so files in the folder will show up +`/gpt converse opener_file:.txt` - Starts a conversation with the bot, using a custom file, using this option also enables the minimal conversation starter. Loads files from the `/openers` folder, has autocomplete support so files in the folder will show up. Added before the `opener` as both can be used at the same time `/gpt converse minimal:yes` - Start a conversation with the bot, like ChatGPT, with minimal context (saves tokens) @@ -68,7 +68,7 @@ These commands are grouped, so each group has a prefix but you can easily tab co `/system settings` - Display settings for the model (temperature, top_p, etc) -`/system settings ` - Change a model setting to a new value +`/system settings ` - Change a model setting to a new value. Has autocomplete support, certain settings will have autocompleted values too. `/system usage` Estimate current usage details (based on davinci)