-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for a config file #48
base: main
Are you sure you want to change the base?
Conversation
I don't get it, config files are supposed to be used for app config and not for input data. Did I miss the point? |
I probably went a bit too far with that 🙈 So what would you recommend? Make it possible to only configure the tokens and that's it? 🤔 |
IMO you don't really to add support for config files. For the simplicity of this app, everything via CLI should be just fine. |
Well, "the problem" is, that I use multiple AI providers. Each of them needs another token. Right now I always have to open my password manager, search for the provider and copy paste the token into it. Would you recommend another approach to avoid this? 🤔 |
ahh! then I misunderstood your intentions. As per your last comment using a config to store |
So..? Only support for tokens in the config file? 🙃 |
fixes #47