Im triying to fien tune my model starting with this:
openai api fine_tunes.create -t <TRAIN_FILE_ID_OR_PATH> -m <BASE_MODEL>
I Have my jsonl but I have this problem on windows triying to use with anaconda:
openai api fine_tunes.create -t “data_prepared.jsonl” -m davinci
I also seted up my enviroment variable on windows system