I am trying to follow the tutorial Fine tuning classification example and I can't seem to be able to access OpenAI's CLI through my document.
Specifically, I can't run the code below:
!openai tools fine_tunes.prepare_data -f sport2.jsonl -q
I have followed the right steps to install (and update) the OpenAI package:
!pip install --upgrade openai
But it still does not work. I have searched this site for answers, but that hasn't helped. I am running Windows 10.