You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed the straightforward README, and setup my config as such (API changed for obvious reason)
~/.aitdd/config
aitdd config set OPENAI_API_KEY sk-ManyLettersWithMixedUpperCaseAndLowerCase
aitdd config set RUN_TESTS "npm run test"
When I try to run it in the console:
➜ TiedSiren git:(main) aitdd run
│
└ 'aitdd config set OPENAI_API_KEY sk-ManyLettersWithMixedUpperCaseAndLowerCase' name is invalid, it should be either 'AITDD CONFIG SET OPENAI_API_KEY SK-MANYLETTERSWITHMIXEDUPPERCASEANDLOWERCASE' or it doesn't exist.
│
└ Manually fix the '.env' file or global '~/.aitdd/config' config file.
I am not sure where I got it wrong. How can I fix it?
The text was updated successfully, but these errors were encountered:
I followed the straightforward README, and setup my config as such (API changed for obvious reason)
~/.aitdd/config
When I try to run it in the console:
I am not sure where I got it wrong. How can I fix it?
The text was updated successfully, but these errors were encountered: