From c2f403f0eb8ac65b0c6a6f0dfe9fb3d0965e1fee Mon Sep 17 00:00:00 2001 From: Scott Stoltzman <23501850+stoltzmaniac@users.noreply.github.com> Date: Wed, 3 Jan 2024 06:38:14 -0700 Subject: [PATCH] Change "agent" to "openhermes" in Ollama example (#33) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(