Update crates and enable logging

This commit is contained in:
2025-03-05 23:40:23 -05:00
parent d878b2bf8b
commit 2981b9cfff
3 changed files with 16 additions and 12 deletions

View File

@@ -12,5 +12,9 @@ command = "cargo install -q worker-build && worker-build --release"
[triggers]
crons = ["*/15 * * * *"]
[observability]
enabled = true
head_sampling_rate = 1 # optional. default = 1.
[vars]
CF_AI_MODEL = "@cf/facebook/bart-large-cnn"