From c47c2881389b8211f300866cbd4e0fb21c3905de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Moura?= Date: Fri, 5 Apr 2024 08:59:54 -0300 Subject: [PATCH] fixing memory docs --- docs/core-concepts/Memory.md | 1 - src/crewai/cli/templates/README.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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