From 3ca77625c8508d720107f81fc461445b413e7e4b Mon Sep 17 00:00:00 2001 From: Florian Halter Date: Mon, 5 May 2025 11:00:23 +0200 Subject: [PATCH] feat: Update models.md to include capabilities settings for modelfiles, specifically enabling/disabling file upload support. --- docs/features/workspace/models.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/features/workspace/models.md b/docs/features/workspace/models.md index f92295b..e84e30c 100644 --- a/docs/features/workspace/models.md +++ b/docs/features/workspace/models.md @@ -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. * **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. -* **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. ### Model Discovery and Import/Export