diff --git a/README.md b/README.md index b778a2368..4df7baf31 100644 --- a/README.md +++ b/README.md @@ -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(