PraisonAI
PraisonAI copied to clipboard
Resolve Issue #20: Environment Variable Loading
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.