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

Templates have moved b/379307117 #401

Merged
merged 5 commits into from
Jan 13, 2025
Merged
Show file tree
Hide file tree
Changes from all 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 CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Before you send a PR, or even write a single line, please file an [issue](https:
Adding a new guide often involves lots of detailed reviews and we want to make sure that your idea is fully formed and has full support before you start writing anything. If you want to port an existing guide across (e.g. if you have a guide for Gemini on your own GitHub), feel free to link to it in the issue.

When you're ready, start by using the [notebook
template](./templates/Template.ipynb) and following the guidance within.
template](./quickstarts/Template.ipynb) and following the guidance within.

## Things we consider

Expand Down
2 changes: 1 addition & 1 deletion examples/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Before writing anything, [file an issue](https://github.com/google-gemini/cookbo
* For example, if you are worried that your English is not good enough, please call that out here. We are an inclusive community and will work with you to meet our high publication standards if your proposal is otherwise accepted.

When you're ready to start writing, make a copy of the [notebook
template](./templates/Template.ipynb) and follow the guidance within.
template](../quickstarts/Template.ipynb) and follow the guidance within.

All contributions must also adhere to the Gemini API's [terms of service](https://ai.google.dev/gemini-api/terms).

Expand Down
2 changes: 1 addition & 1 deletion templates/Template.ipynb → quickstarts/Template.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"source": [
"<table align=\"left\">\n",
" <td>\n",
" <a target=\"_blank\" href=\"https://colab.research.google.com/github/google-gemini/cookbook/blob/main/templates/Template.ipynb\"><img src=\"../images/colab_logo_32px.png\" />Run in Google Colab</a>\n",
" <a target=\"_blank\" href=\"https://colab.research.google.com/github/google-gemini/cookbook/blob/main/quickstarts/Template.ipynb\"><img src=\"../images/colab_logo_32px.png\" />Run in Google Colab</a>\n",
" </td>\n",
"</table>\n"
]
Expand Down
332 changes: 0 additions & 332 deletions templates/aistudio_gemini_prompt_freeform.ipynb

This file was deleted.

Loading
Loading