mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 08:08:32 +00:00
fixing memory docs
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
```markdown
|
|
||||||
---
|
---
|
||||||
title: crewAI Memory Systems
|
title: crewAI Memory Systems
|
||||||
description: Leveraging memory systems in the crewAI framework to enhance agent capabilities.
|
description: Leveraging memory systems in the crewAI framework to enhance agent capabilities.
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ poetry install
|
|||||||
```
|
```
|
||||||
### Customizing
|
### 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/agents.yaml` to define your agents
|
||||||
- Modify `src/{{folder_name}}/config/tasks.yaml` to define your tasks
|
- Modify `src/{{folder_name}}/config/tasks.yaml` to define your tasks
|
||||||
|
|||||||
Reference in New Issue
Block a user