📌 📄 内容摘要:
nite07 在 我发现一个简单的问题,但是很多AI回答错误 中发帖
题目是:
test.example.com {
@authed {
header Authorization "Bearer 123123123"
}
import log test.example.com
import common
reverse_proxy @authed 127.0.0.1:3003
respond 401 {
body "Unauthorized"
}
}
curl -X GET "https://test.example.com" \
-H "Authorization: Bearer 123123123"
Unauthorized
为什么 Unauthorized?
回答结果:
模型名称
reasoning effort
回答正确与否
耗时
deepseek v4 flash
max
❌
1.2m
deep...
────────── 链接信息 ────────── 🔗 论坛链接: linux.do 📎 访问地址: https://linux.do/t/topic/2061008/1 ─────────────────────────────
📢 来源:LINUX DO