Update README.md

This commit is contained in:
公明 2025-03-03 12:02:31 +08:00 committed by GitHub
parent 987fa29e7c
commit 7ab4f5efc4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,7 @@
1. 优化Prompt降低误报率
2. 优化重试机制,重试会提示类似:`AI分析异常重试中异常原因 API returned 401: {"code":"InvalidApiKey","message":"Invalid API-key provided.","request_id":"xxxxx"}`每10秒重试一次重试5次失败后放弃重试避免无限重试
- 2025.03.03
1. 在使用AI来判断是否越权前通过鉴权关键字如暂无查询权限、权限不足过滤一遍数据若匹配到鉴权关键字则直接输出结果为未越权通过此方法可以节省AI tokens花销
1. 🔍成本优化:在调用 AI 判断越权前,新增鉴权关键字(如 “暂无查询权限”“权限不足” 等)过滤环节,若匹配到关键字则直接输出未越权结果,节省 AI tokens 花销,提升资源利用效率
## 工作流程
<img src="https://github.com/Ed1s0nZ/PrivHunterAI/blob/main/img/%E6%B5%81%E7%A8%8B.png" width="800px">