I am building an app where the user enters text and the text is sent to: gpt-3.5-turbo-instruct with a prompt to extract a 3rd party mentioned and end date for a task. Is there a gpt-4 model I could use that would be superior to gpt-3.5-turbo-instruct . For example when it sees ‘tomorrow’ I want it to recognize it as a date, etc. I am trying to imporve with prompting as well f you had any ideas.
thanks