Change "agent" to "openhermes" in Ollama example (#33)

This commit is contained in:
Scott Stoltzman
2024-01-03 06:38:14 -07:00
committed by GitHub
parent 00e584312c
commit c2f403f0eb

View File

@@ -110,7 +110,7 @@ crewAI supports integration with local models, thorugh tools such as [Ollama](ht
```python
from langchain.llms import Ollama
ollama_openhermes = Ollama(model="agent")
ollama_openhermes = Ollama(model="openhermes")
# Pass Ollama Model to Agents: When creating your agents within the CrewAI framework, you can pass the Ollama model as an argument to the Agent constructor. For instance:
local_expert = Agent(