Get consistency in responses across different API calls to ChatGPT

Ok @martinrobson , I kept researching on the subject, and asked ChatGPT again about the best format to formulate my request and I finally got what I was looking for.

The key was in the format I was sending the user’s info, it was in string format, but ChatGPT likes json formatted text. Once I changed the user’s data from string to json string and included that in your input example, I started to get consistent responses -like the example I’ll paste below-.

Of course this needs much more testing and development/improvements yet, but now I know I’m in the right direction and getting much better results.

I’ll let you know after deep testing has been done.

Thanks again for your input and time :slight_smile: