We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 624ee10 + b411a8b commit 161ab0eCopy full SHA for 161ab0e
api/gen_ai/views.py
@@ -30,7 +30,6 @@ def validate_signature(self, request):
30
if isinstance(key, str):
31
key = key.encode("utf-8")
32
expected_sig = request.headers.get("HTTP-X-GEN-AI-AUTH-SIGNATURE")
33
- print(request.headers)
34
computed_sig = (
35
"sha256=" + hmac.new(key, request.body, digestmod=sha256).hexdigest()
36
)
0 commit comments