I am trying to call the OpenAI GPT-4 model and my request body is being stringified, how do I fix this to send correct JSON request body? First screenshot is module, second is strigified request body, last screenshot is what the correct call looks like. I am not using the last one because it would not let me update the temperature/top_p value in the "create chat completion" module.


