From 83ef71e8ce0ed33e3d4b3ebc65326b4df141a1b8 Mon Sep 17 00:00:00 2001 From: Samuel Sloniker Date: Sat, 26 Nov 2022 18:36:41 -0800 Subject: [PATCH] Remove doc for `gptc classify --category` --- README.md | 7 ------- 1 file changed, 7 deletions(-) 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