diff --git a/docs/ai-chat.md b/docs/ai-chat.md index bf9700ff04..667ccb2075 100755 --- a/docs/ai-chat.md +++ b/docs/ai-chat.md @@ -148,9 +148,7 @@ To circumvent these issues, you can [load external weights](https://github.com/M ## Securely Downloading Models -When you have found an AI model to your liking, you should download it in a safe manner. If you use an AI client that maintains their own library of model files (such as [Ollama](#ollama-cli) and [Llamafile](#llamafile)), you should download it from there. - -However, if you want to download models not present in their library, or use an AI client that doesn't maintain its library (such as [Kobold.cpp](#koboldcpp)), you will need to take extra steps to ensure that the AI model you download is safe and legitimate. +If you use an AI client that maintains their own library of model files (such as [Ollama](#ollama-cli) and [Llamafile](#llamafile)), you should download it from there. However, if you want to download models not present in their library, or use an AI client that doesn't maintain its library (such as [Kobold.cpp](#koboldcpp)), you will need to take extra steps to ensure that the AI model you download is safe and legitimate. We recommend downloading model files from Hugging Face, as it provides several features to verify that your download is genuine and safe to use.