From 4d11e4c111f6857dded1fd1acb034200870ec031 Mon Sep 17 00:00:00 2001 From: fria <138676274+friadev@users.noreply.github.com> Date: Tue, 19 Nov 2024 09:49:30 -0600 Subject: [PATCH] wording improvement Signed-off-by: fria <138676274+friadev@users.noreply.github.com> --- docs/ai-chat.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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