Skip to content

Commit

Permalink
Merge pull request #165 from lloydchang/patch-1
Browse files Browse the repository at this point in the history
docs(README.md): fix typo
  • Loading branch information
theCyberTech authored Oct 3, 2024
2 parents c713873 + c33e816 commit 8e6caa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instagram_post/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ You can change the model by changing the `MODEL` env var in the `.env` file.
- `./tools/`: Contains tool classes used by the agents.

## Using Local Models with Ollama
This example run enterily local models, the CrewAI framework supports integration with both closed and local models, by using tools such as Ollama, for enhanced flexibility and customization. This allows you to utilize your own models, which can be particularly useful for specialized tasks or data privacy concerns.
This example run entirely local models, the CrewAI framework supports integration with both closed and local models, by using tools such as Ollama, for enhanced flexibility and customization. This allows you to utilize your own models, which can be particularly useful for specialized tasks or data privacy concerns.

### Setting Up Ollama
- **Install Ollama**: Ensure that Ollama is properly installed in your environment. Follow the installation guide provided by Ollama for detailed instructions.
Expand Down

0 comments on commit 8e6caa3

Please sign in to comment.