Closed lancegoyke closed 1 week ago
The changes involve updates to the README.md
file related to the Deepgram Python SDK. The documentation for the "Live Audio Transcription Quickstart" section has been revised to include a new URL for the documentation walkthrough. Minor formatting adjustments have also been made, but no changes were made to the functionality or logic of the SDK.
File | Change Summary |
---|---|
README.md | Updated URL in "Live Audio Transcription Quickstart" section; minor formatting adjustments made. |
sequenceDiagram
participant User
participant SDK
participant Documentation
User->>SDK: Request Live Audio Transcription
SDK->>Documentation: Access updated Quickstart URL
Documentation-->>SDK: Provide new documentation
SDK-->>User: Execute transcription based on new guidelines
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Proposed changes
This was linking to the Go documentation page from this Python SDK. Updated to the Python link.
Types of changes
What types of changes does your code introduce to the community Python SDK? Put an
x
in the boxes that applyChecklist
Put an
x
in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.Further comments
Sorry, I don't have time to lint or test right now. Let me know if you need any more from me!
Summary by CodeRabbit