
Ultimate access to all questions.
A company needs to integrate a large language model (LLM) into its application to provide generative AI capabilities. The LLM's responses must be highly deterministic and stable.
Which approach fulfills these requirements?
A
Configure the application to automatically set the temperature parameter to 0 when submitting the prompt to the LLM.
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.