This repository has been archived on 2024-08-28. You can view files and clone it, but cannot push or open issues or pull requests.
crew-ai-codecollection/README.md
2024-03-25 22:26:44 +01:00

661 B

crewAI

Anleitungsvideo

Youtube: CrewAI Python Tutorial for Beginners - Let's Build an AI Crew!

Open Source Repositorium

https://github.com/joaomdmoura/crewAI

Installation

  py -m venv venv
 
 .\venv\Scripts\activate 
#linux 
python -m venv venv
./venv/bin/activate)


pip install python-dotenv crewai langchain langchain-community setuptools wikipedia duckduckgo-search openai


## Mit localen Large Language Modulen (LLM)

## Install Ollama
## https://ollama.com/

pip install ollama 


Alle Beispiele lassen sich wie folgt starten mit:

python beispieldatei.py