Files
ai-xn-check/config.yaml
nosqli cdcd69256b feat: AI API 指纹检测对比工具 - 初始版本
- 4维指纹采集: 性能/语言/能力/行为
- models.py 已加入 IdentityFingerprintModel (第5维数据模型)
- comparator.py 已升级为5维评分 (含identity维度比较)
- reporter.py 已加入身份验证报告输出
- main.py 已集成identity采集流程
- identity collector 待下次提交补充完整代码
2026-03-09 00:15:03 +08:00

26 lines
810 B
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# AI API 指纹检测对比工具 - 配置文件
# 基准渠道(已知真实的渠道 - ccmax
genuine:
base_url: "https://sub2api.tianshuapi.com"
api_key: "sk-002f0b9ffbe175ef81ce6a4377f0776b4226f7f6623619d13024657826e67f40"
model: "claude-opus-4-6"
# 待检测渠道(逆向渠道)
suspect:
base_url: "https://claude.wuen.site"
api_key: "sk-95d6c5f0f37f6b9cf49dd577c95e6916a9b15e6075c2a7ca244fd3c30a8fb945"
model: "claude-opus-4-6"
# 采集设置
collection:
repeat_count: 3 # 每个测试重复次数
timeout: 60 # 请求超时(秒)
max_tokens: 1024 # 最大输出 token
anthropic_version: "2023-06-01" # API 版本
# 输出设置
output:
results_dir: "results" # 结果输出目录
save_json: true # 是否保存 JSON 报告