feat: AI-powered email verification code recognition

This commit is contained in:
eoao
2026-05-10 00:26:45 +08:00
parent c96e349fda
commit d48b139aed
8 changed files with 73 additions and 1 deletions

View File

@@ -22,6 +22,9 @@ id = "2io01d4b299e481b9de060ece9e7785c"
#binding = "r2"
#bucket_name = "email"
[ai]
binding = "AI"
[assets]
binding = "assets"
directory = "./dist"
@@ -30,6 +33,7 @@ run_worker_first = true
[vars]
ai_model = "@cf/meta/llama-3.1-8b-instruct"
orm_log = false
domain = ["example.com", "example2.com", "example3.com", "example4.com"]
admin = "admin@example.com"