Com.mp Registry (@Com-mp-registry) 在 OpenAI、Anthropic 为什么不提供 response authenticity 参数? 中发帖
OpenAI、Claude 为什么不提供 response authenticity 参数?
参照PGP签名,
公开自己的 public_key,
每条回复都给出内容签名(可以 sign(response + model_and_version, private_key),然后把签名和 model_and_version 一起发回,客户端就可以验证结果完整性防止中间人篡改。
而且,可以防止中转站掺水。