diff --git a/README.md b/README.md index e2fa2c79..85233f3f 100644 --- a/README.md +++ b/README.md @@ -125,8 +125,9 @@ These commands are grouped, so each group has a prefix, but you can easily tab c - `/index discord_backup` - Use the last 3000 messages of every channel on your Discord server as an index. Needs both an admin and an index role. - `/index chat user_index: search_index:` - Chat with your documents that you've indexed previously! -### DALL-E2 Commands -- `/dalle draw ` - Have DALL-E generate images based on a prompt. +### DALL-E Commands +- `/dalle draw ` - Have DALL-E 3 generate images based on a prompt. +- `/dalle draw_old ` - Have DALL-E 2 generate images based on a prompt. - `/dalle optimize ` - Optimize a given prompt text for DALL-E image generation. ### System and Settings @@ -135,8 +136,8 @@ These commands are grouped, so each group has a prefix, but you can easily tab c - `/system usage` - Estimate current usage details (based on Davinci). - `/system settings low_usage_mode True/False` - Turn low usage mode on and off. If on, it will use the curie-001 model, and if off, it will use the Davinci-003 model. - `/system delete-conversation-threads` - Delete all threads related to this bot across all servers. -- `/system local-size` - Get the size of the local dalleimages folder. -- `/system clear-local` - Clear all the local dalleimages. +- `/system local-size` - Get the size of the local `/dalleimages` folder. +- `/system clear-local` - Delete all the contents of `/dalleimages`. # Step-by-Step Guides for GPTDiscord [**GPTDiscord Guides**](https://github.com/Kav-K/GPTDiscord/tree/main/detailed_guides)