I’ve been experimenting with the new beta Eval capabilities in the OpenAI dashboard. I was having a terrible time figuring out how to leverage the variables from my CSV import of prompts and user inputs. I finally figured it out and here’s some lessons learned so you don’t suffer the pain as well.
-
If the CSV import doesn’t show any data in the preview (beyond the column headers) - it means it wasn’t able to parse the data. Something is wrong.
-
If you have ‘.’ characters in your column headers of your CSV, the data won’t parse The column headers need to be ‘.’ character free. See image above where my column headers have ‘.’ chars in them.