MervinPraison / PraisonAI

PraisonAI application combines AutoGen and CrewAI or similar frameworks into a low-code solution for building and managing multi-agent LLM systems, focusing on simplicity, customisation, and efficient human-agent collaboration. Chat with your ENTIRE Codebase.
https://docs.praison.ai
MIT License
2.14k stars 287 forks source link

Resolve Issue #20: Environment Variable Loading #25

Open devin-ai-integration[bot] opened 5 months ago

devin-ai-integration[bot] commented 5 months ago

This pull request addresses the issue where environment variables set in the .env file were not being loaded when the praisonai command is executed. The fix includes specifying the explicit path to the .env file in the load_dotenv() function call within the praisonai executable script.