diff --git a/.gitignore b/.gitignore index 7b3debf37..e4b9b673a 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ __pycache__ dist/ */**/cassettes/* -.env \ No newline at end of file +.env +assets/* \ No newline at end of file diff --git a/README.md b/README.md index 6534dbe3f..c84e34d9f 100644 --- a/README.md +++ b/README.md @@ -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', diff --git a/crewai_logo.png b/crewai_logo.png new file mode 100644 index 000000000..80463471a Binary files /dev/null and b/crewai_logo.png differ