I have an Excel spreadsheet that contains 2 columns, 1st column is called Terms, 2nd column is called Definitions.
What I want to do is convert each flashcard pair (4 rows) into multiple choice questions via GPT3.5Turbo. The problem I'm running into is that while OpenAIChatGPTConnector takes in the data just fine, it is only outputting 1 pair (The last row). How can I work around this?