mirror of
https://github.com/crewAIInc/crewAI.git
synced 2025-12-16 04:18:35 +00:00
- Add .env.example template file with LLM configuration examples - Update crew.py template to import LLM and os for configuration - Update README with comprehensive LLM configuration documentation - Update create_crew.py to include .env.example in template files - Add test to verify .env.example is included in generated templates Fixes #3816 Co-Authored-By: João <joao@crewai.com>