fixed tree fmt and removed chat with images

This commit is contained in:
2026-03-13 08:59:26 -04:00
parent b5ee7c2dc2
commit 4e3273d5ec
3 changed files with 14 additions and 21 deletions

View File

@@ -95,9 +95,9 @@ def handle_inventory_update(
logger.info(f"Processing inventory update from {message.source}")
if message.attachments:
image_data = signal.get_attachment(message.attachments[0])
raw_response = llm.chat_with_image(
raw_response = llm.chat(
IMAGE_PROMPT,
image_data,
image_data=image_data,
system=SYSTEM_PROMPT,
)
source_type = "receipt_photo"