From a66e3931e27043763da2978fbac68223fe03884f Mon Sep 17 00:00:00 2001 From: Blake Johnson Date: Wed, 24 Jan 2024 14:01:48 -0500 Subject: [PATCH] Update README.md typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce3ee92..3eed372 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ The search algorithm uses embeddings to efficiently match the keyword against th ```bash # Build the index from conversations.json -gpthistory build_index --file conversations.json +gpthistory build-index --file conversations.json # Search for conversations related to "chatbot" gpthistory search "chatbot"