chat_gpt_sdk icon indicating copy to clipboard operation
chat_gpt_sdk copied to clipboard

Flutter ChatGPT

Results 17 chat_gpt_sdk issues
Sort by recently updated
recently updated
newest added

Pleasee we need it! Can you add it really quickly? Thanks!!

ListRun() contains non-nullable fields, like `firstId` or `lastId`. But when you run your Run, first call after polling may have `queued` status and `firstId == null` and `lastId == null`.

I can't understand, is there problem with openAi or with your sdk? I'm getting error like this. I tried chatbot section also. same

Hi I was wondering if web as a target is planned? I just compiled my chat gpt app for web. All went right, only the onChatCompletionSSE does not return the...

Can anyone help? I've been stuck on this for days... I even tried converting the path to base64 but nothing work... by the way the file is png, less than...

Hello! Im trying function calling feature with this example: ``` ///parameter name is require void gptFunctionCalling() async { final request = ChatCompleteText( messages: [ Messages( role: Role.user, content: "What is...

To maintain a conversation, it is helpful to use consistent prompts throughout. Is this currently being done? If not, could you please add the conversationId and parentMessageId so that we...

I have created an Example app. Please check it. If there are no problems with this app, I will take a video and create an integration test. The following are...

## Added tests to the following classes Choices CTResponse GenImgResponse ImageData EngineData EngineModel ModelData AiModel Permission ## In the process of testing, there was a part where List toJson processing...