For use of the OpenAI API in Android Studio, does something need to be done with the Content Negotiation from Ktor?
I am trying to develop an app as well as learn Kotlin. I decided to create an app that allows a User to create a story using AI, based on prompts, a sort of Text RPG game. I finished the UI, so now I moved on to incorporating the OpenAI API into the app. I finished writing the Kotlin code for the API request: