Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace pannel with modern spelling panel #205

Merged
merged 5 commits into from
Jan 11, 2024
Merged
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
8 changes: 5 additions & 3 deletions templates/aistudio_gemini_prompt_chat.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"id": "ZoRWILAtCzBE"
},
"source": [
"Add your API_KEY to the secrets manager in the left pannel \"🔑\"."
"Add your API_KEY to the secrets manager in the left panel \"🔑\"."
]
},
{
Expand Down Expand Up @@ -246,15 +246,17 @@
"source": [
"response.candidates"
]
}
},
MarkDaoust marked this conversation as resolved.
Show resolved Hide resolved
],
"metadata": {
"colab": {
"collapsed_sections": [
"Tce3stUlHN0L"
],
"private_outputs": true,
"provenance": [],
"name": "aistudio_gemini_prompt_chat.ipynb",
"toc_visible": true
"toc_visible": true,
MarkDaoust marked this conversation as resolved.
Show resolved Hide resolved
},
"kernelspec": {
"display_name": "Python 3",
Expand Down
4 changes: 3 additions & 1 deletion templates/aistudio_gemini_prompt_freeform.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"id": "ZoRWILAtCzBE"
},
"source": [
"Add your API_KEY to the secrets manager in the left pannel \"🔑\"."
"Add your API_KEY to the secrets manager in the left panel \"🔑\"."
]
},
{
Expand Down Expand Up @@ -293,6 +293,8 @@
"collapsed_sections": [
"Tce3stUlHN0L"
],
"private_outputs": true,
"provenance": [],
"name": "aistudio_gemini_prompt_freeform.ipynb",
"toc_visible": true
},
Expand Down
2 changes: 1 addition & 1 deletion templates/aistudio_gemini_prompt_freeform_b64.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
"id": "ZoRWILAtCzBE"
},
"source": [
"Add your API_KEY to the secrets manager in the left pannel \"🔑\"."
"Add your API_KEY to the secrets manager in the left panel \"🔑\"."
]
},
{
Expand Down
1 change: 1 addition & 0 deletions templates/makersuite_chat_prompt.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@
],
"metadata": {
"colab": {
"provenance": [],
"name": "makersuite_chat_prompt.ipynb",
"toc_visible": true
},
Expand Down
Loading