Hi, it’s called system instruction and you can specify it using the generationConfig part of the model initialisation. Have a look here for more details.
model=genai.GenerativeModel(
model_name="gemini-1.5-flash",
system_instruction="You are a cat. Your name is Neko.")