diff --git a/README.md b/README.md index 86b117b..adff17f 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,13 @@ # Features - **Directly prompt GPT3 with `!g `** -- **Have conversations with the bot, just like chatgpt, with `!g converse`**. Conversations happen in threads! +- **Have conversations with the bot, just like chatgpt, with `!g converse`** - Conversations happen in threads that get automatically cleaned up! -- **Redo Requests**, A simple button after the GPT3 response allows you to redo the initial prompt you asked. +- **DALL-E Image Generation** - Generate DALL-E AI images right in discord with `!draw `! It even supports multiple image qualities, multiple images, creating image variants, retrying, and saving images. -- **DALL-E Image Prompt Optimization**, given some text that you're trying to generate an image for, the bot will automatically optimize the text to be more DALL-E friendly! +- **Redo Requests** - A simple button after the GPT3 response or DALL-E generation allows you to redo the initial prompt you asked. + +- **DALL-E Image Prompt Optimization** - Given some text that you're trying to generate an image for, the bot will automatically optimize the text to be more DALL-E friendly! - Change and view model parameters such as temp, top_p, and etc directly within discord. - Tracks token usage automatically @@ -75,6 +77,8 @@ Optionally, you can include your own conversation starter text for the bot that' `!g end` - End a conversation with the bot. +`!draw ` - Have DALL-E generate images based on a prompt + `!gp` - Display settings for the model (temperature, top_p, etc) `!gs ` - Change a model setting to a new value @@ -88,3 +92,7 @@ Optionally, you can include your own conversation starter text for the bot that' `!imgoptimize ` Optimize a given prompt text for DALL-E image generation. `!delete_all_conversation_threads` - Delete all threads related to this bot across all servers. + +# Configuration + +All the model parameters are configurable inside discord. Type `!gp` to view all the configurable parameters, and use `!gs ` to set parameters. For example, if I wanted to change the number of images generated by DALL-E by default to 4, I can type the following command in discord: `!gs num_images 4`