Skip to content

Commit

Permalink
fixing memory docs
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomdmoura committed Apr 5, 2024
1 parent 59ebf7b commit 25f7557
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docs/core-concepts/Memory.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
```markdown
---
title: crewAI Memory Systems
description: Leveraging memory systems in the crewAI framework to enhance agent capabilities.
Expand Down
2 changes: 1 addition & 1 deletion src/crewai/cli/templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 25f7557

Please sign in to comment.