dave1010 / clipea

📎🟢 Like Clippy but for the CLI. A blazing fast AI helper for your command line
MIT License
299 stars 12 forks source link

No way to change the openai key? #15

Closed mpr1255 closed 7 months ago

mpr1255 commented 8 months ago

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

ikakey commented 8 months ago

same here

mpr1255 commented 8 months ago

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

ikakey commented 8 months ago

try llm keys set openai sk-yourapikey

edouard-sn commented 7 months ago

You should be able to do so now. :) https://github.com/dave1010/clipea/blob/1b7977efab68b32125ff51b3708a91bcbd4d1fc2/clipea/commands.py#L24

dave1010 commented 7 months ago

Thanks @edouard-sn, much appreciated!