Skip to content

Commit

Permalink
docs(README.md): fix typo
Browse files Browse the repository at this point in the history
enterily -> entirely
  • Loading branch information
lloydchang authored Sep 16, 2024
1 parent f3ccec1 commit c33e816
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 c33e816

Please sign in to comment.