-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwrangler.cron.toml
More file actions
36 lines (28 loc) · 865 Bytes
/
wrangler.cron.toml
File metadata and controls
36 lines (28 loc) · 865 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#:schema node_modules/wrangler/config-schema.json
name = "promptexecution-comic-cron"
main = "functions/_worker.js"
compatibility_date = "2024-12-01"
[triggers]
crons = ["0 9 * * *"]
[[d1_databases]]
binding = "DB"
database_name = "llm-comic-db"
database_id = "63d24854-1c1d-4f86-8029-242c298177a9"
[[r2_buckets]]
binding = "COMICS_BUCKET"
bucket_name = "llm-comics"
[env.production.ai]
binding = "AI"
[[env.production.d1_databases]]
binding = "DB"
database_name = "llm-comic-db"
database_id = "63d24854-1c1d-4f86-8029-242c298177a9"
[[env.production.r2_buckets]]
binding = "COMICS_BUCKET"
bucket_name = "llm-comics"
[env.production.vars]
SCRIPT_MODEL_A = "@cf/deepseek-ai/deepseek-r1-distill-qwen-32b"
SCRIPT_MODEL_B = "@cf/meta/llama-3.3-70b-instruct-fp8-fast"
TOPIC_MODEL = "@cf/qwen/qwen3-30b-a3b-fp8"
[[analytics_engine_datasets]]
binding = "ANALYTICS"