#!/bin/bash
# Run GPT analysis with full English prompt and custom data integration

cd "/Users/jonathan/SynologyDrive/Since Today/PROJECTEN/farmmatch/scraper"

export USE_CACHE=n
export USE_OPTIMIZED_PROMPT=n

python3 analyze_from_urls_optimized.py
