mage through cli
I'm trying to run mage with my own OpenAI token, the running locally section on Github (https://github.com/wasp-lang/wasp/tree/main/mage#running-locally) recommends doing it through wasp cli.
I've gone through the CLI docs (https://wasp-lang.dev/docs/general/cli), need clarity on the following:
I've gone through the CLI docs (https://wasp-lang.dev/docs/general/cli), need clarity on the following:
- What is the command for adding my OpenAI token to the cli ?
- How can I ensure that mage uses GPT-4 for all the steps (is there a flag or something?)
- Running locally github page suggests using wasp new:ai commands, however I couldn't find any reference for it.