Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions 01_materials/labs/01_2_longer_context.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": 2,
"id": "b76030d2",
"metadata": {},
"outputs": [],
Expand All @@ -26,7 +26,7 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 3,
"id": "6accefb4",
"metadata": {},
"outputs": [],
Expand Down Expand Up @@ -85,7 +85,7 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": 6,
"id": "44042a32",
"metadata": {},
"outputs": [],
Expand All @@ -97,7 +97,7 @@
},
{
"cell_type": "code",
"execution_count": 6,
"execution_count": 9,
"id": "8e5c8246",
"metadata": {},
"outputs": [
Expand All @@ -107,7 +107,7 @@
"<Response [200]>"
]
},
"execution_count": 6,
"execution_count": 9,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -126,23 +126,23 @@
},
{
"cell_type": "code",
"execution_count": 7,
"execution_count": 10,
"id": "3d5781e5",
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"{'date': 'Fri, 10 Apr 2026 03:30:32 GMT',\n",
"{'date': 'Mon, 27 Apr 2026 16:54:43 GMT',\n",
" 'server': 'Apache',\n",
" 'last-modified': 'Wed, 01 Apr 2026 08:38:34 GMT',\n",
" 'accept-ranges': 'bytes',\n",
" 'content-length': '434828',\n",
" 'x-backend': 'gutenweb5',\n",
" 'x-backend': 'gutenweb1',\n",
" 'content-type': 'text/plain; charset=utf-8'}"
]
},
"execution_count": 7,
"execution_count": 10,
"metadata": {},
"output_type": "execute_result"
}
Expand Down Expand Up @@ -8041,7 +8041,7 @@
},
{
"cell_type": "code",
"execution_count": 9,
"execution_count": 11,
"id": "2c3aa66f",
"metadata": {},
"outputs": [],
Expand Down Expand Up @@ -8090,7 +8090,7 @@
},
{
"cell_type": "code",
"execution_count": 11,
"execution_count": 12,
"id": "1dad9872",
"metadata": {},
"outputs": [],
Expand Down Expand Up @@ -8232,7 +8232,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "deploying-ai-env",
"display_name": "deploying-ai-env (3.12.13)",
"language": "python",
"name": "python3"
},
Expand All @@ -8246,7 +8246,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.12"
"version": "3.12.13"
}
},
"nbformat": 4,
Expand Down
Loading
Loading