From 7149d9ef97fc0185671acc2a06dee94e26512968 Mon Sep 17 00:00:00 2001 From: "system32.eth" <23362597+Raecaug@users.noreply.github.com> Date: Thu, 30 May 2024 11:05:14 -0400 Subject: [PATCH 1/2] Update README.md Update syntax for `/index chat` to reflect new behavior Signed-off-by: system32.eth <23362597+Raecaug@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85233f3f..d0a9b23b 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ These commands are grouped, so each group has a prefix, but you can easily tab c - `/index reset` - Reset and delete all of your saved indexes. - `/index add_discord channel:` - Create an add an index based on a Discord channel. - `/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! +- `/index chat model: temperature: top_p:` - Drag files into a conversation thread to chat with them! ### DALL-E Commands - `/dalle draw ` - Have DALL-E 3 generate images based on a prompt. From e06e5129e4aa44803f6089efcc4b4fac93f38402 Mon Sep 17 00:00:00 2001 From: "system32.eth" <23362597+Raecaug@users.noreply.github.com> Date: Thu, 30 May 2024 11:08:48 -0400 Subject: [PATCH 2/2] Update README.md Reorder commands for better readability Signed-off-by: system32.eth <23362597+Raecaug@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0a9b23b..ce070f90 100644 --- a/README.md +++ b/README.md @@ -117,8 +117,8 @@ These commands are grouped, so each group has a prefix, but you can easily tab c ### Custom Indexes Commands - `/index add file: or link:` - Use a document or use a link to create/add to your indexes. -- `/index query query: nodes: response_mode:` - Query your current index for a given prompt. GPT will answer based on your current document/index. - `/index load user_index: or server_index:` - Load a previously created index you own yourself or an index for the whole server. +- `/index query query: nodes: response_mode:` - Query your current index for a given prompt. GPT will answer based on your current document/index. - `/index compose` - Combine multiple saved indexes into one or upgrade existing indexes into Deep Compositions. - `/index reset` - Reset and delete all of your saved indexes. - `/index add_discord channel:` - Create an add an index based on a Discord channel.