Sorry to bother you with such a basic question, but I got problems using the data preparation tool in the commandline-interface.
Are the commands that are given here linux only commands?
Is it possible at all to use the openai cli with windows?
The commands pip install openai
& pip install --upgrade openai
work perfectly fine.
But export OPENAI_API_KEY="<OPENAI_API_KEY>"
and openai tools fine_tunes.prepare_data -f <LOCAL_FILE>
doesn’t work at all (which makes sense since those aren’t windows cli-commands (right?))
I would be really grateful if someone could help me out, although it’s a really basic beginners’ problem.