I want ChatGPT to categorize plain product reviews into some categories like "Customer Service, "Bad Price/Quality", "Design Defects" etc. The way I have been trying to achieve this now is by simply asking the API to categorize them only using the words, but I'd like to be able to also let the API know the precise description, for example the descrption for "Manufacturing problems" is: "Defects that occur during the manufacturing process that result in performance issues or inability to use the product properly"
#Simple topic classifying with the API
9 messages · Page 1 of 1 (latest)
Giving this description will probably make for more accurate results but is there a best way to actually give it to the API?
Ofcourse I could send the information in the request every time, but this is quite wasteful
I thought maybe using the fine-tuning posibility, but since I am using 3.5-turbo it isnt really an option yet
Anyone here got any ideas?
I asked ChatGPT 4 this question, and received the attached response 
First option is sadly the thing I suggested but don't really wanna do becuase that (might) just be a waste of tokens. I already have this in place, but my question was more targeted towards finding a better way to do this.
If thats not possible that is completely fine haha just wondering if anyone knew some workarounds?
And training the custom model doesnt really work because I want to use the 3.5+ model