Update README.md

This commit is contained in:
João Moura
2023-12-23 10:18:10 -03:00
committed by GitHub
parent 133fd10324
commit f2c5e838bf

View File

@@ -5,6 +5,7 @@
- [Why CrewAI](#why-crewai)
- [Getting Started](#getting-started)
- [Key Features](#key-features)
- [Examples](#examples)
- [Local Open Source Models](#local-open-source-models)
- [CrewAI x AutoGen x ChatDev](#how-crewai-compares)
- [Contribution](#contribution)
@@ -80,6 +81,9 @@ Currently the only supported process is `Process.sequential`, where one task is
![CrewAI Mind Map](/crewAI-mindmap.png "CrewAI Mind Map")
## Examples
You can test different real life examples of AI crews [in the examples repo](https://github.com/joaomdmoura/crewAI-examples?tab=readme-ov-file)
## Local Open Source Models
crewAI supports integration with local models, thorugh tools such as [Ollama](https://ollama.ai/), for enhanced flexibility and customization. This allows you to utilize your own models, which can be particularly useful for specialized tasks or data privacy concerns.