OthersideAI / self-operating-computer

A framework to enable multimodal models to operate a computer.
https://www.hyperwriteai.com/self-operating-computer
MIT License
8.21k stars 1.09k forks source link

[BUG] Can't change OPENAI API KEY #195

Open jcbenayas opened 1 month ago

jcbenayas commented 1 month ago

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.

n1c01a5 commented 2 weeks ago

try export OPENAI_API_KEY='YOUR_NEW_API_KEY' in your terminal