File tree Expand file tree Collapse file tree 2 files changed +0
-15
lines changed
articles/ai-services/speech-service
includes/quickstarts/voice-live-api Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -123,11 +123,6 @@ Use the [Python SDK quickstart code](/azure/ai-services/speech-service/voice-liv
123
123
endpoint = self .endpoint,
124
124
credential = self .credential,
125
125
model = self .model,
126
- connection_options = {
127
- " max_msg_size" : 10 * 1024 * 1024 ,
128
- " heartbeat" : 20 ,
129
- " timeout" : 20 ,
130
- },
131
126
query = {
132
127
" profile" : self .byom
133
128
} if self .byom else None
@@ -456,11 +451,6 @@ class BasicVoiceAssistant:
456
451
endpoint = self .endpoint,
457
452
credential = self .credential,
458
453
model = self .model,
459
- connection_options = {
460
- " max_msg_size" : 10 * 1024 * 1024 ,
461
- " heartbeat" : 20 ,
462
- " timeout" : 20 ,
463
- },
464
454
query = {
465
455
" profile" : self .byom
466
456
} if self .byom else None
Original file line number Diff line number Diff line change @@ -430,11 +430,6 @@ The sample code in this quickstart uses either Microsoft Entra ID or an API key
430
430
endpoint=self.endpoint,
431
431
credential=self.credential,
432
432
model=self.model,
433
- connection_options={
434
- " max_msg_size" : 10 * 1024 * 1024,
435
- " heartbeat" : 20,
436
- " timeout" : 20,
437
- },
438
433
) as connection:
439
434
conn = connection
440
435
self.connection = conn
You can’t perform that action at this time.
0 commit comments