smol-ai / developer

the first library to let you embed a developer agent in your own app!
https://twitter.com/SmolModels
MIT License
11.79k stars 1.03k forks source link

fix(main_no_modal.py): load environment variables from .env file #94

Open guilhermep opened 1 year ago

guilhermep commented 1 year ago

This PR fixes an issue where the OPENAI_API_KEY variable wasn't being loaded from the .env file.

Resolves Issue #85.