Skip to content

Commit 9d9da1c

Browse files
authored
no 's' (#431)
Change-Id: I835248f9f962a6a51c42226cbe1526596002e51c
1 parent 7050366 commit 9d9da1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/system_instruction.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919

2020
class UnitTests(absltest.TestCase):
2121
def test_system_instructions(self):
22-
# [START system_instructions]
22+
# [START system_instruction]
2323
model = genai.GenerativeModel(
2424
"models/gemini-1.5-flash",
2525
system_instruction="You are a cat. Your name is Neko.",
2626
)
2727
response = model.generate_content("Good morning! How are you?")
2828
print(response.text)
29-
# [END system_instructions]
29+
# [END system_instruction]
3030

3131

3232
if __name__ == "__main__":

0 commit comments

Comments
 (0)