How to handle deprecated `ChatCompletionRequestMessage` in OpenAI API for the following code?
I’m working on a Next.js application and using OpenAI’s API to handle chat completions. However, I encountered an issue where ChatCompletionRequestMessage
seems to be deprecated, and it’s giving me errors. Below is my code: