From 2896fcf8405413ce903290641e100a48852d3109 Mon Sep 17 00:00:00 2001 From: Mark Daoust Date: Mon, 13 May 2024 13:17:55 -0700 Subject: [PATCH] model-tuning/python - Fix Typo --- site/en/gemini-api/docs/model-tuning/python.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/en/gemini-api/docs/model-tuning/python.ipynb b/site/en/gemini-api/docs/model-tuning/python.ipynb index 6724d6711..4c2b65ec1 100644 --- a/site/en/gemini-api/docs/model-tuning/python.ipynb +++ b/site/en/gemini-api/docs/model-tuning/python.ipynb @@ -566,7 +566,7 @@ "source": [ "## Evaluate your model\n", "\n", - "You can use the `genai.generate_text` method and specify the name of your model to test your model performance." + "You can use the `genai.generate_content` method and specify the name of your model to test your model performance." ] }, {