diff --git a/docs/ai-chat.md b/docs/ai-chat.md index 35680423ae..47a26609fa 100755 --- a/docs/ai-chat.md +++ b/docs/ai-chat.md @@ -117,7 +117,7 @@ In addition to supporting a wide range of text models, Ollama also supports [LLa -Ollama simplifies the process of setting up a local AI chat, as it downloads the AI model you want to use automatically. For example, running `ollama run llama3.2` will automatically download and run the Llama 3.2 model. Furthermore, Ollama maintains their own [model library](https://ollama.com/library) where they host the files of various AI models. This ensures that models are vetted for both performance and security, eliminating the need to manually verify model authenticity. +Ollama simplifies the process of setting up a local AI chat by downloading the AI model you want to use automatically. For example, running `ollama run llama3.2` will automatically download and run the Llama 3.2 model. Furthermore, Ollama maintains their own [model library](https://ollama.com/library) where they host the files of various AI models. This ensures that models are vetted for both performance and security, eliminating the need to manually verify model authenticity. ### Llamafile