From b612025aaed564daa8a672673c6a447f2227886f Mon Sep 17 00:00:00 2001 From: Cliff Dyer Date: Wed, 3 Jul 2024 15:56:29 -0400 Subject: [PATCH] Add note about admin features --- src/lib.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/lib.rs b/src/lib.rs index 4ae4ac6d..d45e1f8a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -106,6 +106,9 @@ impl Deepgram { /// query your deepgram instance at `http://deepgram.internal/v1/listen`, /// the base_url will be `http://deepgram.internal`. /// + /// Admin features, such as billing, usage, and key management will + /// still go through the hosted site at https://api.deepgram.com. + /// /// Create your first API key on the [Deepgram Console][console]. /// /// [console]: https://console.deepgram.com/