diff --git a/wrangler.toml b/wrangler.toml index e0a0736..446687f 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -1,6 +1,6 @@ name = "billy-bullshit" main = "src/index.ts" -compatibility_date = "2024-01-01" +compatibility_date = "2026-03-16" node_compat = true # Account and zone settings (update with your Cloudflare account) @@ -49,6 +49,9 @@ DEFAULT_MODEL = "@cf/meta/llama-3.1-8b-instruct" [limits] cpu_ms = 50000 +[[tail_consumers]] +service = "chittytrack" + # Observability [observability] enabled = true