From c33e816e3fb8a0772db0f83232adc3277efcc142 Mon Sep 17 00:00:00 2001 From: lloydchang Date: Sun, 15 Sep 2024 19:51:46 -0700 Subject: [PATCH] docs(README.md): fix typo enterily -> entirely --- instagram_post/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instagram_post/README.md b/instagram_post/README.md index 1d3ba2b3..4a675d2f 100644 --- a/instagram_post/README.md +++ b/instagram_post/README.md @@ -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.