fixing memory docs

This commit is contained in:
João Moura
2024-04-05 08:59:54 -03:00
parent 9216f1d9b2
commit c47c288138
2 changed files with 1 additions and 2 deletions

View File

@@ -1,4 +1,3 @@
```markdown
---
title: crewAI Memory Systems
description: Leveraging memory systems in the crewAI framework to enhance agent capabilities.

View File

@@ -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