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
Add the usage of loading environment variables from a `.env` file in `vulnhuntr/LLMs.py`.
* **Add dependency**: Add `python-dotenv` to `pyproject.toml` and `requirements.txt`.
* **Load environment variables**: Import `dotenv` and call `dotenv.load_dotenv()` at the beginning of `vulnhuntr/LLMs.py`.
0 commit comments