I get the following error:
const bot = response.data.choices[0].text.trim();
^
TypeError: Cannot read properties of undefined (reading 'trim')
I suppose my code is outdated as it was based on req.session.prompt which has since been remove and its functionality implemented into the new response function.
Any advice on how to fix this would be great.