Skip to content

Commit c7960d2

Browse files
committed
revert: remove accidental metadata changes to prompt_caching.ipynb
🏠 Remote-Dev: homespace
1 parent 6f8ab83 commit c7960d2

1 file changed

Lines changed: 11 additions & 39 deletions

File tree

misc/prompt_caching.ipynb

Lines changed: 11 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,7 @@
2929
{
3030
"cell_type": "code",
3131
"execution_count": 3,
32-
"metadata": {
33-
"vscode": {
34-
"languageId": "python"
35-
}
36-
},
32+
"metadata": {},
3733
"outputs": [
3834
{
3935
"name": "stdout",
@@ -50,11 +46,7 @@
5046
{
5147
"cell_type": "code",
5248
"execution_count": 16,
53-
"metadata": {
54-
"vscode": {
55-
"languageId": "python"
56-
}
57-
},
49+
"metadata": {},
5850
"outputs": [],
5951
"source": [
6052
"import time\n",
@@ -78,11 +70,7 @@
7870
{
7971
"cell_type": "code",
8072
"execution_count": null,
81-
"metadata": {
82-
"vscode": {
83-
"languageId": "python"
84-
}
85-
},
73+
"metadata": {},
8674
"outputs": [],
8775
"source": [
8876
"def fetch_article_content(url):\n",
@@ -138,11 +126,7 @@
138126
{
139127
"cell_type": "code",
140128
"execution_count": 17,
141-
"metadata": {
142-
"vscode": {
143-
"languageId": "python"
144-
}
145-
},
129+
"metadata": {},
146130
"outputs": [
147131
{
148132
"name": "stdout",
@@ -211,11 +195,7 @@
211195
{
212196
"cell_type": "code",
213197
"execution_count": 18,
214-
"metadata": {
215-
"vscode": {
216-
"languageId": "python"
217-
}
218-
},
198+
"metadata": {},
219199
"outputs": [
220200
{
221201
"name": "stdout",
@@ -292,11 +272,7 @@
292272
{
293273
"cell_type": "code",
294274
"execution_count": 19,
295-
"metadata": {
296-
"vscode": {
297-
"languageId": "python"
298-
}
299-
},
275+
"metadata": {},
300276
"outputs": [
301277
{
302278
"name": "stdout",
@@ -404,11 +380,7 @@
404380
{
405381
"cell_type": "code",
406382
"execution_count": 21,
407-
"metadata": {
408-
"vscode": {
409-
"languageId": "python"
410-
}
411-
},
383+
"metadata": {},
412384
"outputs": [
413385
{
414386
"name": "stdout",
@@ -626,9 +598,9 @@
626598
],
627599
"metadata": {
628600
"kernelspec": {
629-
"display_name": "Coconut",
630-
"language": "coconut",
631-
"name": "coconut"
601+
"display_name": "anthropic-cookbook (3.12.12)",
602+
"language": "python",
603+
"name": "python3"
632604
},
633605
"language_info": {
634606
"codemirror_mode": {
@@ -637,7 +609,7 @@
637609
},
638610
"file_extension": ".py",
639611
"mimetype": "text/x-python",
640-
"name": "coconut",
612+
"name": "python",
641613
"nbconvert_exporter": "python",
642614
"pygments_lexer": "ipython3",
643615
"version": "3.12.12"

0 commit comments

Comments
 (0)