AWS AI Practitioner
A company wants to add generative AI functionality to its application by integrating a large language model (LLM). The responses from the LLM must be as deterministic and as stable as possible. Which solution meets these requirements?
A
Configure the application to automatically set the temperature parameter to 0 when submitting the prompt to the LLM.
✓ Correcta
B
Configure the application to automatically add "make your response deterministic" at the end of the prompt before submitting the prompt to the LLM.
C
Configure the application to automatically add "make your response deterministic" at the beginning of the prompt before submitting the prompt to the LLM.
D
Configure the application to automatically set the temperature parameter to 1 when submitting the prompt to the LLM.