update
This commit is contained in:
2026-04-19 18:42:56 +02:00
parent f7927b95f4
commit 054e674d55
2 changed files with 3 additions and 4 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
services:
paperless-gpt:
image: icereed/paperless-gpt:v0.24.0
image: icereed/paperless-gpt:latest
container_name: paperless-gpt
restart: unless-stopped
security_opt:
@@ -21,7 +21,7 @@ services:
LLM_LANGUAGE: "German"
OCR_PROVIDER: "llm"
VISION_LLM_PROVIDER: "ollama"
VISION_LLM_MODEL: "minicpm-v:latest"
VISION_LLM_MODEL: "cnshenyang/qwen3-nothink:14b"
OCR_PROCESS_MODE: "image"
CREATE_NEW_TAGS: "true"
AUTO_GENERATE_TITLE: "true"