Skip to content

Commit

Permalink
feat(paperless-gpt): add LLM_MODEL configuration for llama2
Browse files Browse the repository at this point in the history
  • Loading branch information
qjoly committed Jan 11, 2025
1 parent 493e0b0 commit c8e4b2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cortado/apps/paperless-gpt/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ spec:
VISION_LLM_MODEL: 'minicpm-v'
LLM_LANGUAGE: 'French'
LLM_PROVIDER: 'ollama'
LLM_MODEL: "llama2"
VISION_LLM_PROVIDER: 'ollama'
OCR_LIMIT_PAGES: '5'
LOG_LEVEL: 'info'
Expand Down

0 comments on commit c8e4b2d

Please sign in to comment.