diff --git a/README.md b/README.md index 798e97b..dbc13fd 100644 --- a/README.md +++ b/README.md @@ -18,13 +18,6 @@ This will prompt for a string and classify it, then print (in JSON) a dict of the format `{category: probability, category:probability, ...}` to stdout. (For information about `-n `, see section "Ngrams.") -Alternatively, if you only need the most likely category, you can use this: - - gptc classify [-n ] <-c|--category> - -This will prompt for a string and classify it, outputting the category on -stdout (or "None" if it cannot determine anything). - ### Checking individual words or ngrams gptc check