Skip to content

Commit 01efe55

Browse files
committed
updated cell outputs
1 parent 8b08e9e commit 01efe55

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

examples/Context_summarization_with_realtime_api.ipynb

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
{
5050
"cell_type": "code",
51-
"execution_count": 51,
51+
"execution_count": 4,
5252
"metadata": {},
5353
"outputs": [],
5454
"source": [
@@ -74,7 +74,7 @@
7474
},
7575
{
7676
"cell_type": "code",
77-
"execution_count": 52,
77+
"execution_count": 5,
7878
"metadata": {},
7979
"outputs": [],
8080
"source": [
@@ -126,7 +126,7 @@
126126
},
127127
{
128128
"cell_type": "code",
129-
"execution_count": 53,
129+
"execution_count": 6,
130130
"metadata": {},
131131
"outputs": [],
132132
"source": [
@@ -157,7 +157,7 @@
157157
},
158158
{
159159
"cell_type": "code",
160-
"execution_count": 54,
160+
"execution_count": 7,
161161
"metadata": {},
162162
"outputs": [],
163163
"source": [
@@ -194,7 +194,7 @@
194194
},
195195
{
196196
"cell_type": "code",
197-
"execution_count": 74,
197+
"execution_count": 8,
198198
"metadata": {},
199199
"outputs": [],
200200
"source": [
@@ -246,7 +246,7 @@
246246
},
247247
{
248248
"cell_type": "code",
249-
"execution_count": 75,
249+
"execution_count": 9,
250250
"metadata": {},
251251
"outputs": [],
252252
"source": [
@@ -308,7 +308,7 @@
308308
},
309309
{
310310
"cell_type": "code",
311-
"execution_count": 76,
311+
"execution_count": 10,
312312
"metadata": {},
313313
"outputs": [],
314314
"source": [
@@ -329,7 +329,7 @@
329329
},
330330
{
331331
"cell_type": "code",
332-
"execution_count": 77,
332+
"execution_count": 11,
333333
"metadata": {},
334334
"outputs": [],
335335
"source": [
@@ -387,7 +387,7 @@
387387
},
388388
{
389389
"cell_type": "code",
390-
"execution_count": 78,
390+
"execution_count": 12,
391391
"metadata": {},
392392
"outputs": [],
393393
"source": [
@@ -399,8 +399,8 @@
399399
" transcript field is still null. Resolve the waiting future when done.\n",
400400
" \"\"\"\n",
401401
" # If there is already a pending fetch, just await it\n",
402-
" # if item_id in state.waiting:\n",
403-
" # return await state.waiting[item_id]\n",
402+
" if item_id in state.waiting:\n",
403+
" return await state.waiting[item_id]\n",
404404
"\n",
405405
" fut = asyncio.get_running_loop().create_future()\n",
406406
" state.waiting[item_id] = fut\n",
@@ -437,7 +437,7 @@
437437
},
438438
{
439439
"cell_type": "code",
440-
"execution_count": 79,
440+
"execution_count": 13,
441441
"metadata": {},
442442
"outputs": [],
443443
"source": [
@@ -452,7 +452,7 @@
452452
},
453453
{
454454
"cell_type": "code",
455-
"execution_count": 81,
455+
"execution_count": 14,
456456
"metadata": {},
457457
"outputs": [],
458458
"source": [

0 commit comments

Comments
 (0)