Relative Content

Tag Archive for flutteropenai-api

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.