Is your feature request related to a problem? Please describe.
I am trying to automate setup of dallecli for termux and the only thing needing manual input is the setup of an API key, because the update command only allows interactive usage.
I see 2 solutions for this:
allow to provide the api key directly from commandline dallecli update myapikey
read OPENAI_API_KEY variable to update configuration automaticaly if not present.
Thats a great suggestion. This has been implemented in and released. Please update :)
Use the --env flag and it will pick up the OPENAI_API_KEY from the environment variables.
Is your feature request related to a problem? Please describe. I am trying to automate setup of dallecli for termux and the only thing needing manual input is the setup of an API key, because the update command only allows interactive usage.
I see 2 solutions for this:
dallecli update myapikey