Okay, first off, I’m a total newb to most things around training my own model so go easy on me guys.
First off, I’ve installed Python 3.10 via the microsoft store.
I’m using Windows Powershell for this.
I’ve successfully installed Python but am having two issues:
- How do I import my API key? I copy/paste my key into the command line with the
export OPENAI_API_KEY="<OPENAI_API_KEY>"
with my key pasted in the “” and it did not work at all.
- Using the command
openai tools fine_tunes.prepare_data -f <LOCAL_FILE>
with my location of my .JSON file written in should work, but it gives me this error:
openai : The term 'openai' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ openai api fine_tunes.create -f C:\users\joshn\documents\dogman-test. ...
+ ~~~~~~
+ CategoryInfo : ObjectNotFound: (openai:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Anyone got any ideas on how I can get going on what I’m doing wrong? again, my knowledge of all this is so minimal so I have no idea what I’m doing lol