Files
crewAI-examples/markdown_validator/.env.example
BasharAssaf c4e8cb9030 Fix : Updating markdown_validator example
Issue #183 reported that the markdown_validator example structure needs to be updated, this commit includes :
- adding A config/ directory for YAML configuration files (agents.yaml, tasks.yaml).
- adding dedicated tools/ folder for any helper utilities, such as markdownTools.py .
- adding The crew.py module, which contains the logic for the MarkDownValidatorCrew.
-adding main.py file, which now serves as the entry point for the project, and includes run and train functions.
2024-10-23 20:43:56 +03:00

2 lines
47 B
Plaintext

SERPER_API_KEY=key_here
OPENAI_API_KEY=key_here