I am attempting to make a custom gpt to help study a select list of vocab words from a foreign language class. I have the correctly formatted .csv file and it uploads great. I asked the configuration window to pull words from specific chapters (“I want to study chapter 5 flash cards”) and it does it perfectly. It says it updates, I click update and exit configuration. Then, I try to test it in a chat, and it just…doesn’t work. It pulls words from other chapters than the one requested, or just adds stuff.
I have the vocab list as a X x 3 table where X is the number of words in the list, the first column is words in target language, second column is words in English, and third column is chapter number.
How can I make it function outside of config?