Trying out the new gpt-3.5 turbo api by getting the model to answers a set of question based on a data from .csv file.
Read the Open AI Documentaion Guide for the Chat Completion API here.
dummy-sheet.csv
contains a list of data regarding a fictional college along with its student details.
The data used in this project is from this Example Spreadsheet
You need to have a OpenAI API Key to run this project.
Change the .env.example
file to .env
and add your API key.
go mod tidy
go run main.go