self-operating-computer icon indicating copy to clipboard operation
self-operating-computer copied to clipboard

[BUG] Can't change OPENAI API KEY

Open jcbenayas opened this issue 1 year ago • 2 comments

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.

jcbenayas avatar Jun 07 '24 08:06 jcbenayas

try export OPENAI_API_KEY='YOUR_NEW_API_KEY' in your terminal

n1c01a5 avatar Jun 21 '24 10:06 n1c01a5

@n1c01a5 That did not work for me.

I typed that into my terminal, is there another command I should run?

tventura94 avatar Sep 20 '24 14:09 tventura94