File tree Expand file tree Collapse file tree 6 files changed +292
-5
lines changed Expand file tree Collapse file tree 6 files changed +292
-5
lines changed Original file line number Diff line number Diff line change 11.volumes
22coagent_demo_storage /
3+ .ropeproject
4+ .venv
Original file line number Diff line number Diff line change 331 . Fill up the ` .env ` file with your OpenAI API key.
44
55```
6- MODEL=<model-name>
7- ANTHROPIC_API_KEY=<your-anthropic-api-key>
8- OPENAI_API_KEY=<your-openai-api-key>
6+ MODEL=gpt-5-nano
7+ OPENAI_API_KEY=
98```
109
11102 . Install dependencies
@@ -20,6 +19,12 @@ crewai install
2019crewai run
2120```
2221
22+ You should be able to see an output similar to this:
23+
24+ <div align =" center " >
25+ <img src="./docs/sreen1.png" alt="CrewAI Output Example" width="600"/>
26+ </div >
27+
2328### Pre-Requisites
2429
2530- Python ` >= v3.12 `
Original file line number Diff line number Diff line change 22name = " crew_ai"
33version = " 0.1.0"
44description = " crew-ai using crewAI"
5- authors = [{ name = " Your Name " , email = " you@example .com" }]
5+ authors = [{ name = " Leo Borai " , email = " esteban@infinyon .com" }]
66requires-python = " >=3.10,<3.14"
77dependencies = [
88 " crewai[tools]==1.2.1"
You can’t perform that action at this time.
0 commit comments