Skip to content

Reads a CSV file with queries which it sends to GPT3 and writes results back in a CSV.

Notifications You must be signed in to change notification settings

TawayDev/GPTCSV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPTCSV

Tests Tests Tests Tests Tests
Reads a CSV file with queries which it sends to GPT3 and writes results back in a CSV.

Available arguments:

path_input
    Use:      Where the input CSV is located.
    Syntax:   path_input "C:\Your_Location\Input.csv
    Default:  CurrentLocation\input.csv
path_output   
    Use:      Where the output CSV should be located.
    Syntax:   path_output C:\Your_Location\Output.csv
    Default:  CurrentLocation\output.csv
apikey        
    Use:      This is your OpenAI API key
    Syntax:   apikey sk-aaaabbbbccccdddd
    Default:  There's no default.
engine        
    Use:      Which text generation engine should be used
    Options:  davinci, curie, babbage, ada
    Syntax:   engine curie
    Default:  ada
separator     
    Use:      Defines which data separator you use in your CSV
    Options:  tab space newline ; (or you can input a custom one)
    Syntax:   separator space
    Default:  ;

About

Reads a CSV file with queries which it sends to GPT3 and writes results back in a CSV.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages