From 84115185638c3daf2675a07e1b3b47cc2f016aee Mon Sep 17 00:00:00 2001 From: David Huntsperger <5672572+pcoet@users.noreply.github.com> Date: Tue, 10 Sep 2024 06:45:11 -0700 Subject: [PATCH] Remove note about tuning only being supported for 1.0. --- site/en/gemini-api/docs/model-tuning/python.ipynb | 9 --------- 1 file changed, 9 deletions(-) diff --git a/site/en/gemini-api/docs/model-tuning/python.ipynb b/site/en/gemini-api/docs/model-tuning/python.ipynb index 4c2b65ec1..7549c123d 100644 --- a/site/en/gemini-api/docs/model-tuning/python.ipynb +++ b/site/en/gemini-api/docs/model-tuning/python.ipynb @@ -68,15 +68,6 @@ "In this notebook, you'll learn how to get started with the tuning service using the Python client library for the Gemini API. Here, you'll learn how to tune the text model behind the Gemini API's text generation service." ] }, - { - "cell_type": "markdown", - "metadata": { - "id": "4JXd-HdCsKdZ" - }, - "source": [ - "**Note**: At this time, tuning is only available for the `gemini-1.0-pro-001` model." - ] - }, { "cell_type": "markdown", "metadata": {