update
This commit is contained in:
2026-04-24 08:17:52 +02:00
parent 6fe6044101
commit 12beac55b1
+2 -2
View File
@@ -1,6 +1,6 @@
services: services:
paperless-gpt: paperless-gpt:
image: icereed/paperless-gpt:latest image: icereed/paperless-gpt:v0.24.0
container_name: paperless-gpt container_name: paperless-gpt
restart: unless-stopped restart: unless-stopped
security_opt: security_opt:
@@ -21,7 +21,7 @@ services:
LLM_LANGUAGE: "German" LLM_LANGUAGE: "German"
OCR_PROVIDER: "llm" OCR_PROVIDER: "llm"
VISION_LLM_PROVIDER: "ollama" VISION_LLM_PROVIDER: "ollama"
VISION_LLM_MODEL: "qwen3:14b" VISION_LLM_MODEL: "minicpm-v:latest"
OCR_PROCESS_MODE: "image" OCR_PROCESS_MODE: "image"
CREATE_NEW_TAGS: "true" CREATE_NEW_TAGS: "true"
AUTO_GENERATE_TITLE: "true" AUTO_GENERATE_TITLE: "true"