I'm working on a ChatGPT chat bot that should act as an expert IT consultant, thus I included within the convertToJason Function, a string variable that allows me to add a guiding prompt to the ChatGPT.
The API call is working and returning desirable responses. BUT, my issue is that in the history chats, appears the entire initalText (my hidden prompt) + the prompt the user is giving. Right now the history chats include the entire content:
Is there a way I could eliminate the initialText (my secret prompt) from being displayed here?
Thanks!! Really excited, this is my first time using FlutterFlow