SychAndrii / infusion

A command line tool designed to help you generate documentation for your source code using LLMs.
MIT License
0 stars 2 forks source link

Feat: .env support #9

Closed aamfahim closed 2 months ago

aamfahim commented 2 months ago

I ran the tool multiple times and I had to copy paste the API key on the terminal each time. Although the key doesn't show up on the terminal which is good for privacy reasons. But a .env support would be convenient and much appreciated.

SychAndrii commented 2 months ago

Thank you! I also found it annoying to define the API key every time I run the app, don't know how I didn't think of creating .env file, haha. Fixed with #16