We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78abcd1 commit 03325c5Copy full SHA for 03325c5
examples/streaming/microphone/main.py
@@ -21,8 +21,7 @@ def main():
21
try:
22
# example of setting up a client config. logging values: WARNING, VERBOSE, DEBUG, SPAM
23
# config = DeepgramClientOptions(
24
- # verbose=logging.DEBUG,
25
- # options={"keepalive": "true"}
+ # verbose=logging.DEBUG, options={"keepalive": "true"}
26
# )
27
# deepgram: DeepgramClient = DeepgramClient("", config)
28
# otherwise, use default config
0 commit comments