Skip to content

Commit a7a646c

Browse files
committed
Add comment
1 parent 6040f0b commit a7a646c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fern/pages/07-use-cases/meeting-notetaker-best-practices.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1440,6 +1440,7 @@ class StreamingResponseProcessor:
14401440
# Example usage
14411441
processor = StreamingResponseProcessor()
14421442

1443+
# If you're using `websockets` version 13.0 or later, use `additional_headers` parameter. For older versions (< 13.0), use `extra_headers` instead.
14431444
async with websockets.connect(API_ENDPOINT, additional_headers=headers) as ws:
14441445
async for message in ws:
14451446
data = json.loads(message)

0 commit comments

Comments
 (0)