mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-19 21:08:13 +00:00
Update README.md
This commit is contained in:
@@ -86,10 +86,18 @@ Currently the only supported process is `Process.sequential`, where one task is
|
|||||||
## Examples
|
## 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)
|
You can test different real life examples of AI crews [in the examples repo](https://github.com/joaomdmoura/crewAI-examples?tab=readme-ov-file)
|
||||||
|
|
||||||
|
### Code
|
||||||
- [Trip Planner](https://github.com/joaomdmoura/crewAI-examples/tree/main/trip_planner)
|
- [Trip Planner](https://github.com/joaomdmoura/crewAI-examples/tree/main/trip_planner)
|
||||||
- [Stock Analysis](https://github.com/joaomdmoura/crewAI-examples/tree/main/stock_analysis)
|
- [Stock Analysis](https://github.com/joaomdmoura/crewAI-examples/tree/main/stock_analysis)
|
||||||
- [Landing Page Generator](https://github.com/joaomdmoura/crewAI-examples/tree/main/landing_page_generator)
|
- [Landing Page Generator](https://github.com/joaomdmoura/crewAI-examples/tree/main/landing_page_generator)
|
||||||
|
|
||||||
|
### Video
|
||||||
|
#### Trip Planner
|
||||||
|
[](https://www.youtube.com/watch?v=xis7rWp-hjs "Trip Planner")
|
||||||
|
|
||||||
|
#### Stock Analysis
|
||||||
|
[](https://www.youtube.com/watch?v=e0Uj4yWdaAg "Stock Analysis")
|
||||||
|
|
||||||
## Local Open Source Models
|
## 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.
|
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.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user