Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 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
2 changes: 1 addition & 1 deletion .codespellrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[DEFAULT]
skip = *.png,*.jpg,*.jpeg,*.gif,*.bmp,*.tiff,*.ico
skip = *.png,*.jpg,*.jpeg,*.gif,*.bmp,*.tiff,*.ico,*ipynb
4 changes: 2 additions & 2 deletions examples/simple_amadeusGPT_demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"id": "1e3b5570-2e6c-49a1-a83f-c09abf778ced",
"metadata": {},
"source": [
"## Import common libraries"
"### Import needed Pythonlibraries"
]
},
{
Expand All @@ -37,7 +37,7 @@
"id": "58a62741",
"metadata": {},
"source": [
"## Set up the API key here. "
"### Set up the API key: "
]
},
{
Expand Down