Skip to content

Commit

Permalink
update another place where langchain community should be used
Browse files Browse the repository at this point in the history
  • Loading branch information
reaperkrew committed Jan 24, 2024
1 parent 76c1e58 commit 3838fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ crewAI supports integration with local models, thorugh tools such as [Ollama](ht
- Instantiate Ollama Model: Create an instance of the Ollama model. You can specify the model and the base URL during instantiation. For example:

```python
from langchain.llms import Ollama
from langchain_community.llms import Ollama
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:

Expand Down

0 comments on commit 3838fc0

Please sign in to comment.