Compare commits
No commits in common. "cffa32fae3b15f33377aa1c2bcd563a9ba3a3402" and "c6a5cbe227188513d37ee7d73636c2f25b4846bf" have entirely different histories.
cffa32fae3
...
c6a5cbe227
1 changed files with 3 additions and 8 deletions
|
|
@ -550,14 +550,9 @@ locals {
|
|||
suspend = false
|
||||
imap_pw_secret_key = "PLANS_IMAP_PASSWORD"
|
||||
extra_env = {
|
||||
LLM_MODE = "llamacpp"
|
||||
LLM_ENDPOINT = "http://llama-swap.llama-cpp.svc.cluster.local:8080"
|
||||
# Text body extraction uses the 8B text model (reliably emits flight_number);
|
||||
# boarding-pass image attachments use the 4B vision model. llama-swap loads
|
||||
# each on demand. Was qwen3vl-4b for both, which dropped flight numbers and
|
||||
# duplicated schedule-change emails (2026-06-16).
|
||||
LLM_MODEL = "qwen3-8b"
|
||||
LLM_VISION_MODEL = "qwen3vl-4b"
|
||||
LLM_MODE = "llamacpp"
|
||||
LLM_ENDPOINT = "http://llama-swap.llama-cpp.svc.cluster.local:8080"
|
||||
LLM_MODEL = "qwen3vl-4b"
|
||||
MAIL_INGEST_ENABLED = "true"
|
||||
IMAP_HOST = "mailserver.mailserver.svc.cluster.local"
|
||||
IMAP_PORT = "993"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue