Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeocodes authored Oct 11, 2023
1 parent fc689dd commit 2357ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ deepgram = Deepgram(DEEPGRAM_API_KEY)

## Custom API Endpoint

In order to point the SDK at a different API endpoint (e.g., for on-prem deployments), you can pass in an object setting the `api_url` when initializing the Deepgram client.
In order to point the SDK at a different API environment (e.g., for on-prem deployments), you can pass in an object setting the `api_url` when initializing the Deepgram client.

```py
dg_client = Deepgram({
Expand Down

0 comments on commit 2357ae9

Please sign in to comment.