Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 835 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 835 Bytes

Playing with gpt-3.5 turbo API using Go

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.

CSV File Credits

The data used in this project is from this Example Spreadsheet

Usage

You need to have a OpenAI API Key to run this project.

Change the .env.example file to .env and add your API key.

Install dependencies

go mod tidy

Run

go run main.go