Updating readme

This commit is contained in:
João Moura
2023-12-25 11:17:11 -03:00
parent 9d0f41f32a
commit 2aa76dbc3d
3 changed files with 5 additions and 2 deletions

3
.gitignore vendored
View File

@@ -3,4 +3,5 @@
__pycache__
dist/
*/**/cassettes/*
.env
.env
assets/*

View File

@@ -1,5 +1,7 @@
# crewAI
![Logo of crewAI, tow people rowing on a boat](./crewai_logo.png)
🤖 Cutting-edge framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewAI empowers agents to work together seamlessly, tackling complex tasks.
- [Why CrewAI](#why-crewai)
@@ -44,7 +46,7 @@ researcher = Agent(
backstory="You're a world class researcher working on a major data science company",
verbose=True,
allow_delegation=False
# llm=OpenAI(temperature=0.7, model_name="gpt-4"). It uses langchain.chat_models, default is GPT4
# llm=OpenAI(temperature=0.7, model_name="gpt-4"). It uses langchain.chat_models, default is GPT4
)
writer = Agent(
role='Writer',

BIN
crewai_logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 150 KiB