From 6fe75044db012e17229e2cf9c8a3fb3e61a5f28c Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 11:34:13 +0000 Subject: [PATCH 1/2] docs: fix capitalization and punctuation in webhook note --- endpoints/webhook.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints/webhook.mdx b/endpoints/webhook.mdx index ba1f2d80..81f0215b 100644 --- a/endpoints/webhook.mdx +++ b/endpoints/webhook.mdx @@ -87,8 +87,8 @@ def verify_webhook_signature(request_id, timestamp, body, signature, secret): ``` - The body should include everything returned from cerebrium (run_id, function - response, timestamp etc) not just your function response + The body should include everything returned from Cerebrium (run_id, function + response, timestamp, etc.), not just your function response. A matching signature confirms the webhook originated from Cerebrium and has not been tampered with. From 18aea09fc0328c94c29e3ce63da6688a4b68efd0 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 19:52:52 +0000 Subject: [PATCH 2/2] docs: fix "signficant" typo in deepgram engine.toml comment --- partner-services/deepgram.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/partner-services/deepgram.mdx b/partner-services/deepgram.mdx index 4960b3c0..cdd5fef4 100644 --- a/partner-services/deepgram.mdx +++ b/partner-services/deepgram.mdx @@ -136,7 +136,7 @@ streaming_ner = false # or true ### How often to return interim results, in seconds. Default is 1.0s. ### ### This value may be lowered to increase the frequency of interim results. -### However, this may cause a signficant decrease in number of concurrent +### However, this may cause a significant decrease in number of concurrent ### streams supported by a single GPU. Please contact your Deepgram Account ### representative for more details. step = 0.2