HOTSPOT You build a chatbot by using Azure OpenAI Studio. You need to ensure that the responses are more deterministic and less creative. Which two parameters should you configure? To answer, select the appropriate parameters in the answer area. NOTE: Each correct answer is worth one point.
Had something like this in a mock and it's definitely those two. If you set temperature and topp lower, you get more predictable, less creative chatbot responses. Other settings like frequency penalty are for repetition, not randomness or creativity. Let me know if anyone sees it different.
Temperature and topp are what control how creative or random the model gets, so you want to set those lower for more deterministic answers. Frequency penalty adjusts repetition, not randomness. That's why it's temperature and topp here, not frequency penalty or presence penalty. Pretty sure this matches what Azure docs say too, but open if anyone read it differently.
