To enable reasoning in the Nemotron model, you need to set the ENABLE_NEMOTRON_THINKING environment variable to true.
export ENABLE_NEMOTRON_THINKING=trueThis will enable the Nemotron model to use its reasoning capabilities. Which includes using the prompt nemotron_thinking_prompt in the prompt.yaml file instead of the default rag_template. It will also update llm_parameters temperature to 0.6 and top_p to 0.95.
To display the reasoning tokens in the response, you need to set the FILTER_THINK_TOKENS environment variable to false.
export FILTER_THINK_TOKENS=falseThis will display the reasoning tokens in the response.