Hi Everyone,
I am exploring the ChatGPT API for my project for identifying the intent from the utterances (using prompt as utterance and completion as intent), I have tuned the ada model with a json file and I was able to identify the intent but I didn’t get any confidence score in the response, currently I am using RASA in my project for intent identification that gives a confidence score.
Can anyone help me on how to get a confidence score in chatGPT (if possible)
Thanks