-
Create Conda Environment:
conda create -n crew python=3.11
-
Activate Conda Environment:
conda activate crew
-
Get Ollama and Openhermes Model:
ollama pull openhermes
-
Install Requirements:
pip install 'crewai[tools]' pip install -r requirements.txt
-
Get Serper API Key:
- Obtain your Serper API key from Serper Dev.
-
Run the Financial Expert Bot:
ollama run openhermes ollama serve
- For more information on using Crew AI, refer to the Crew AI Documentation.