Skip to content

Commit 32111c2

Browse files
authored
added link to self-hosted docs to the readme (#505)
1 parent 3c477f2 commit 32111c2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Official Python SDK for [Deepgram](https://www.deepgram.com/). Power your apps w
1313
- [Quickstarts](#quickstarts)
1414
- [PreRecorded Audio Transcription Quickstart](#prerecorded-audio-transcription-quickstart)
1515
- [Live Audio Transcription Quickstart](#live-audio-transcription-quickstart)
16+
- [Self-Hosted](#self-hosted)
1617
- [Examples](#examples)
1718
- [Logging](#logging)
1819
- [Backwards Compatibility](#backwards-compatibility)
@@ -165,6 +166,12 @@ dg_connection.finish()
165166
print("Finished")
166167
```
167168

169+
### Self-Hosted
170+
171+
To use the SDKs with self-hosted, please see our self-hosted developer documentation for more information:
172+
173+
<https://developers.deepgram.com/docs/using-sdks-with-self-hosted#python-sdk>
174+
168175
## Examples
169176

170177
There are examples for **every** API call in this SDK. You can find all of these examples in the [examples folder](https://github.com/deepgram/deepgram-python-sdk/tree/main/examples) at the root of this repo.

0 commit comments

Comments
 (0)