This PR is to set up the user profile page, so that the user can input data to have a more personable interaction with the GPT AI.
The profile page has 3 text fields for the users Name, Age and Story. It also has a save button, so that the users data will be saved using the 'shared_preferences' package. This also contains some unit tests, on storing and retrieving data from shared preferences, as well as sending that data to GPT.
This PR is to set up the user profile page, so that the user can input data to have a more personable interaction with the GPT AI.
The profile page has 3 text fields for the users Name, Age and Story. It also has a save button, so that the users data will be saved using the 'shared_preferences' package. This also contains some unit tests, on storing and retrieving data from shared preferences, as well as sending that data to GPT.