Skip to content

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

Notifications You must be signed in to change notification settings

thegeorgenikhil/go-gpt-3.5-turbo-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published