From 30d1a8dcfba15b27340b03fcb4200c5b2c49e926 Mon Sep 17 00:00:00 2001 From: sam-153 Date: Thu, 12 Dec 2024 06:31:19 +0100 Subject: [PATCH] Update models.md (documentation) - Updating Models documentation to reflect that discover models button has been removed. - Adding in information as to how to download/pull models for retards like me. --- docs/features/workspace/models.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/features/workspace/models.md b/docs/features/workspace/models.md index 1e03d67..9d884aa 100644 --- a/docs/features/workspace/models.md +++ b/docs/features/workspace/models.md @@ -34,12 +34,14 @@ When editing a modelfile, you can customize the following settings: ### Model Discovery and Import/Export -The `Models` section also includes features for discovering, importing, and exporting models: +The `Models` section also includes features for importing and exporting models: -* **Discover a Model**: Click this button to explore and download model presets from the Open WebUI community. -* **Import Models**: Use this button to import models from a `.json` file or other sources. -* **Export Models**: Use this button to export all your modelfiles in a single `.json` file. +* **Import Models**: Use this button to import models from a .json file or other sources. +* **Export Models**: Use this button to export all your modelfiles in a single .json file. +To download models, navigate to the **Ollama Settings** in the Connections tab. +Alternatively, you can also download models directly by typing a command like `ollama run hf.co/[model creator]/[model name]` in the model selection dropdown. +This action will create a button labeled "Pull [Model Name]" for downloading. ### Model Switching