feat: Update models.md to include capabilities settings for modelfiles, specifically enabling/disabling file upload support.

This commit is contained in:
Florian Halter 2025-05-05 11:00:23 +02:00
parent a164415416
commit 3ca77625c8

View File

@ -26,7 +26,9 @@ When editing a modelfile, you can customize the following settings:
* **Prompt Suggestions**: Add prompts that will be displayed on a fresh new chat page. * **Prompt Suggestions**: Add prompts that will be displayed on a fresh new chat page.
* **Documents**: Add documents to the modelfile (always RAG [Retrieval Augmented Generation]). * **Documents**: Add documents to the modelfile (always RAG [Retrieval Augmented Generation]).
* **Tools, Filters, and Actions**: Select the tools, filters, and actions that will be available to the modelfile. * **Tools, Filters, and Actions**: Select the tools, filters, and actions that will be available to the modelfile.
* **Vision**: Toggle to enable `Vision` for multi-modals. * **Capabilites**: Enable or disable `Capabilities` for the model.
* **Vision**: Toggle to enable `Vision` for multi-modals.
* **File Upload Supported**: Toggle to show / hide file upload button in chat input.
* **Tags**: Add tags to the modelfile that will be displayed beside the model name in the model selector dropdown. * **Tags**: Add tags to the modelfile that will be displayed beside the model name in the model selector dropdown.
### Model Discovery and Import/Export ### Model Discovery and Import/Export