Merge pull request #13115 from nextcloud/enh/ai-updates

AI section updates
This commit is contained in:
rakekniven
2025-05-09 23:53:18 +02:00
committed by GitHub
3 changed files with 9 additions and 3 deletions

View File

@@ -108,8 +108,10 @@ Installation
Model requirements
~~~~~~~~~~~~~~~~~~
This app requires underlying Large language models to support tool calling. The default model in *llm2* does *not* support tool calling. Instead we recommend:
This app requires underlying Large language models to support tool calling. The default model in *llm2* does support tool calling since version 2.4.0.
Other models that may give good results are:
* Google Gemma 3 12B or higher
* Mistral 3 small 24B
* Qwen 2.5 8B or higher (May not work well with languages other than English)
* Watt Tool 8B or higher

View File

@@ -39,7 +39,7 @@ Requirements
* Nextcloud AIO is supported
* We currently support NVIDIA GPUs and x86_64 CPUs
* CPU that supports AVX and AVX2 instruction
* CUDA >= v12.2 on your host system
* CUDA >= v12.8 on your host system
* GPU Sizing
* A NVIDIA GPU with at least 8GB VRAM

View File

@@ -21,7 +21,11 @@ Requirements
* Minimal Nextcloud version: 28
* This app is built as an External App and thus depends on AppAPI v2.3.0
* Nextcloud AIO is supported
* Using GPU is currently not supported
* We currently support NVIDIA GPUs and x86_64 CPUs
* CUDA >= v12.2 on your host system
* GPU Sizing
* A NVIDIA GPU with at least 4GB VRAM
* CPU Sizing