diff --git a/docs/core-concepts/Memory.md b/docs/core-concepts/Memory.md index 5d0e6c0b4..eb7628828 100644 --- a/docs/core-concepts/Memory.md +++ b/docs/core-concepts/Memory.md @@ -1,4 +1,3 @@ -```markdown --- title: crewAI Memory Systems description: Leveraging memory systems in the crewAI framework to enhance agent capabilities. diff --git a/src/crewai/cli/templates/README.md b/src/crewai/cli/templates/README.md index b6ff402b4..ce21e224f 100644 --- a/src/crewai/cli/templates/README.md +++ b/src/crewai/cli/templates/README.md @@ -23,7 +23,7 @@ poetry install ``` ### Customizing -**Add you `OPENAI_API_KEY` on the `.env` file** +**Add your `OPENAI_API_KEY` into the `.env` file** - Modify `src/{{folder_name}}/config/agents.yaml` to define your agents - Modify `src/{{folder_name}}/config/tasks.yaml` to define your tasks