mirror of
https://github.com/icereed/paperless-gpt.git
synced 2025-03-13 13:18:02 -05:00
Update README.md
This commit is contained in:
parent
0b8d583360
commit
7568074a73
1 changed files with 0 additions and 1 deletions
|
@ -82,7 +82,6 @@ services:
|
||||||
VISION_LLM_MODEL: 'minicpm-v' # Optional (for OCR) - minicpm-v, for example for ollama, gpt-4o for openai
|
VISION_LLM_MODEL: 'minicpm-v' # Optional (for OCR) - minicpm-v, for example for ollama, gpt-4o for openai
|
||||||
AUTO_OCR_TAG: 'paperless-gpt-ocr-auto' # Optional, default is 'paperless-gpt-ocr-auto'
|
AUTO_OCR_TAG: 'paperless-gpt-ocr-auto' # Optional, default is 'paperless-gpt-ocr-auto'
|
||||||
LOG_LEVEL: 'info' # Optional or 'debug', 'warn', 'error'
|
LOG_LEVEL: 'info' # Optional or 'debug', 'warn', 'error'
|
||||||
LISTEN_INTERFACE: '127.0.0.1:8080' # Optional, default is ':8080'
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./prompts:/app/prompts # Mount the prompts directory
|
- ./prompts:/app/prompts # Mount the prompts directory
|
||||||
ports:
|
ports:
|
||||||
|
|
Loading…
Reference in a new issue