mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-26 22:35:51 +03:00
[GH-ISSUE #766] 关于的worker AI功能 #286
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudflare_temp_email#286
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @asdzxc0626x on GitHub (Nov 14, 2025).
Original GitHub issue: https://github.com/dreamhunter2333/cloudflare_temp_email/issues/766
今天发现一个不错的项目Alle ,发现该项目接入了AI(默认worker AI),并通过AI对邮件进行解析并能几近精准的识别并提取验证码和一些链接,不知道大佬有无兴趣接入AI功能,cloudflare worker AI有一定的免费额度,个人部署应该够用,也可接入其他AI。
@dreamhunter2333 commented on GitHub (Nov 20, 2025):
感谢反馈,我看下如何集成
@wybjj1004 commented on GitHub (Nov 21, 2025):
是个好想法,通过AI解析邮件,也不需要对接其他项目通过正则表达式来匹配验证码或者链接了,期待对接AI,让我的魔搭和Gemini的免费api又多了个用武之地😁😁
@dark-hxx commented on GitHub (Nov 24, 2025):
附议,Alle已经部署,期待接入
@oneisall8955 commented on GitHub (Nov 30, 2025):
理论上已经支持,之前我在这个项目添加了rpc触发另外一个worker的功能,需要worker继承WorkerEntrypoint即可
https://temp-mail-docs.awsl.uk/zh/guide/feature/another-worker-enhanced.html
@dreamhunter2333 commented on GitHub (Dec 6, 2025):
@dreamhunter2333 commented on GitHub (Dec 6, 2025):
https://github.com/dreamhunter2333/cloudflare_temp_email/releases/tag/v1.1.0
已增加