Skip to content

Commit c68469a

Browse files
committed
use correct library
1 parent c23afd1 commit c68469a

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

examples/local3.ipynb

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"This example uses Codestral via ollama"
7+
"This example uses Codestral via Ollama"
88
]
99
},
1010
{
@@ -22,7 +22,7 @@
2222
"metadata": {},
2323
"outputs": [],
2424
"source": [
25-
"!pip install interpreter"
25+
"!pip install open-interpreter"
2626
]
2727
},
2828
{
@@ -48,8 +48,22 @@
4848
}
4949
],
5050
"metadata": {
51+
"kernelspec": {
52+
"display_name": "oi",
53+
"language": "python",
54+
"name": "python3"
55+
},
5156
"language_info": {
52-
"name": "python"
57+
"codemirror_mode": {
58+
"name": "ipython",
59+
"version": 3
60+
},
61+
"file_extension": ".py",
62+
"mimetype": "text/x-python",
63+
"name": "python",
64+
"nbconvert_exporter": "python",
65+
"pygments_lexer": "ipython3",
66+
"version": "3.11.9"
5367
}
5468
},
5569
"nbformat": 4,

0 commit comments

Comments
 (0)