Microsoft
AI-900 · Question #260
Which parameter should you configure to produce more verbose responses from a chat solution that uses the Azure OpenAI GPT-3.5 model?
The correct answer is A. Presence penalty. Reduces the chance of repeating any token that appears in the text at all so far. This increases the likelihood of introducing new topics in a response. https://learn.microsoft.com/en-us/azure/developer/java/toolkit-for-intellij/chatgpt-intellij
Submitted by ashley.k· Mar 30, 2026Describe features of conversational AI workloads on Azure
Question
Which parameter should you configure to produce more verbose responses from a chat solution that uses the Azure OpenAI GPT-3.5 model?
Options
- APresence penalty
- BTemperature
- CStop sequence
- DMax response
How the community answered
(58 responses)- A88% (51)
- B7% (4)
- C3% (2)
- D2% (1)
Explanation
Reduces the chance of repeating any token that appears in the text at all so far. This increases the likelihood of introducing new topics in a response. https://learn.microsoft.com/en-us/azure/developer/java/toolkit-for-intellij/chatgpt-intellij
Topics
#Azure OpenAI#GPT-3.5 configuration#Presence penalty#Conversational AI parameters
Community Discussion
No community discussion yet for this question.