Skip to content

Latest commit

 

History

History

code

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

RUN

export INPUT_FILE=path/to/your/input/file
export OUTPUT_FILE=path/to/your/output/file
export MODEL=OPENAI_MODEL_NAME
export OPENAI_API_KEY=YOUR_OPENAI_KEY

python run.py  --input_file $INPUT_FILE --output_file $OUTPUT_FILE --model_name $MODEL