From f9ae2d6f7edc171237068c6443c4573c60dbce2a Mon Sep 17 00:00:00 2001 From: bobloy Date: Thu, 13 Aug 2020 12:06:27 -0400 Subject: [PATCH] It's actually a maximum --- chatter/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chatter/README.md b/chatter/README.md index 5d5446f..17074a0 100644 --- a/chatter/README.md +++ b/chatter/README.md @@ -176,10 +176,10 @@ Chatter can be configured to use one of three different Similarity algorithms. Changing this can help if the response speed is too slow, but can reduce the accuracy of results. -The second argument is the minimum similarity threshold, -raising this will make the bot me more selective with the responses it finds. +The second argument is the maximum similarity threshold, +lowering that will make the bot stop searching sooner. -Default minimum similarity threshold is 0.90 +Default maximum similarity threshold is 0.90 ## Switching Pretrained Models