Generative AI Leader • Practice Test 23
Free Generative AI Leader practice test — 15 questions with explanations. Set 23. No signup required.
A team configures a Vertex AI prediction request as shown. Users report that the model sometimes produces incoherent or off-topic responses despite moderate settings. What is the most likely cause?
Refer to the exhibit.
```
{
"model": "gemini-1.5-pro",
"parameters": {
"temperature": 0.9,
"topK": 40,
"topP": 0.95,
"maxOutputTokens": 256,
"safetySettings": [
{"category": "HARM_CATEGORY_DANGEROUS_CONTENT", "threshold": "BLOCK_MEDIUM_AND_ABOVE"}
]
}
}
```