View all questions & answers for the AI-102 exam
In Azure Al Studio, you use Completions playground with the GPT-35 Turbo model.
You have a prompt that contains the following code.
You need the model to create an explanation of the code. The solution must minimize costs. What should you do?
Change the model to GPT-4-32lc
Add// what does function F do? to the prompt.
Add function F(explanation) to the prompt.
Set the temperature parameter to 1.
Submit