self-operating-computer
self-operating-computer copied to clipboard
[BUG] Can't change OPENAI API KEY
After installing and configure the Openai API key in the intial dialog, I made a mistake with the code and now I can't change it.
I've been searching for os environment variables and trying to set manually the KEY, but it keeps using the initial one and don't know hot to change it. Any idea?
Thanks in advance.
try export OPENAI_API_KEY='YOUR_NEW_API_KEY' in your terminal
@n1c01a5 That did not work for me.
I typed that into my terminal, is there another command I should run?