Exam AI-102 All QuestionsBrowse all questions from this exam
Question 273

HOTSPOT

-

In Azure OpenAI Studio, you are prototyping a chatbot by using Chat playground.

You need to configure the chatbot to meet the following requirements:

• Reduce the repetition of words in conversations.

• Reduce the randomness of each response.

Which two parameters should you modify? To answer, select the appropriate parameters in the answer area.

NOTE: Each correct answer is worth one point.

    Correct Answer:

Discussion
Toby86

Reduce repetition: Increase Frequency penalty to suppress repetition of words: Frequency Penalty modifies the probability of words seen frequently during training, making them less likely. NOT Presence Penalty: Presence Penalty modifies the probability of words in the input text, making them less likely to repeat in the output. Reduce Randomness of each response: Decrease the Temperature to make the answers more deterministic