Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion crews/marketing_strategy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,13 @@ By [@joaomdmoura](https://x.com/joaomdmoura)
CrewAI is designed to facilitate the collaboration of role-playing AI agents. In this example, these agents work together to create a comprehensive marketing strategy and develop compelling marketing content.

## Running the Script
It uses GPT-4o by default so you should have access to that to run it.
It uses GPT-4o by default, so ensure you have access to that.

### 1. Installation
Ensure you have [UV](https://github.com/astral-sh/uv) installed. Then, install the dependencies:

```shell
uv sync

***Disclaimer:** This will use gpt-4o unless you change it to use a different model, and by doing so it may incur in different costs.*

Expand Down