Accessing Custom GPT (https://chat.openai.com/) using Flutter
I have created my custom GPT on https://chat.openai.com/. Now I want to write a flutter App to chat with this custom GPT. I have used chat_gpt_sdk and is able to communicate with Chat GPT. Unfortunately I am not sure how I can communicate with the Custom GPT I have created.
Is it possible to get Chat GPT answer as using model ‘whisper’ as Stream in Flutter app?
I want to ask question in voice and get answer in voice as speaking with chat gpt in Flutter app.