updating docs and readme

This commit is contained in:
João Moura
2024-02-05 23:13:10 -08:00
parent d7f77b42bf
commit 1eed3a0378
2 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ Ollama is preferred for local LLM integration, offering customization and privac
Instantiate Ollama and pass it to your agents within CrewAI, enhancing them with the local model's capabilities.
```python
from langchain.llms import Ollama
from langchain_community.llms import Ollama
# Assuming you have Ollama installed and downloaded the openhermes model
ollama_openhermes = Ollama(model="openhermes")