mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-08 15:48:29 +00:00
Change "agent" to "openhermes" in Ollama example (#33)
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user