dave1010/clipea

No way to change the openai key?

Closed this issue · 5 comments

clipea setup makes no provision for a deprecated key. How can we set a new one??

ikakey commented

same here

I also couldn't find where the key is saved in config files. Confusing!

ikakey commented

try
llm keys set openai sk-yourapikey

You should be able to do so now. :)

print("An OpenAI key is already set-up, proceed if you want to change it.")

Thanks @edouard-sn, much appreciated!