stackexplain
stackexplain copied to clipboard
Unable to change the credentials
The first time I executed the program I inserted a wrong password and the program stored that wrong credential. And now each time I execute the stackexplain a prompt appears saying that the password is wrong, and there's no way to change the credential store in your software. Please, just add a command line argument to change the credential OR check that the credential stored in your program is actually valid for an account of OpenAI.
Edit: I have temporarily solved it by hard coding my email and password in text plain in the program, but that's stupidly unsafe.
Edit 2: I just created a fork with that fixed and I made a pull request