Config: Switch receipt parsing to Qwen3-VL-Thinking model

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-22 16:06:18 -05:00
parent f622912f2e
commit a7c304ccb5

View File

@@ -21,6 +21,6 @@
"AllowedHosts": "*",
"AI": {
"ModelsEndpoint": "http://athena.lan:11434",
"ReceiptParsingModel": "llamacpp:Qwen3-VL-32B-Instruct-Q8_0"
"ReceiptParsingModel": "llamacpp:Qwen3-VL-32B-Thinking-Q8_0"
}
}