Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions endpoints/webhook.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ def verify_webhook_signature(request_id, timestamp, body, signature, secret):
```

<Note>
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.
</Note>

A matching signature confirms the webhook originated from Cerebrium and has not been tampered with.
2 changes: 1 addition & 1 deletion partner-services/deepgram.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading