flutter_chatgpt_api
flutter_chatgpt_api copied to clipboard
Use ChatGPT from Flutter / Dart
I have tried this code multiple times and it no longer works with ChatGPT
flutter chatgpt api has unlimited tokens ? because using own api which only gives free trial of $18 after that need to buy tokens
Unhandled Exception: DioError [DioErrorType.receiveTimeout]: Receiving data timeout[5000ms] Source stack: what can i do ?
- Removed dart SDK version limitation < 3 - User agent management review - Update of the README for user agent
This error is probably caused by new update on new chatgpt protection, as seen [here](https://github.com/transitive-bullshit/chatgpt-api)
Hi, thanks for the package! It seems that the package currently is not working on the web. In the web console I get the following errors: `Refused to set unsafe...
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: Exception: ChatGPT failed to refresh auth token: Exception: Failed to refresh access token #0 ChatGPTApi._refreshAccessToken (package:flutter_chatgpt_api/flutter_chatgpt_api.dart:152:7) https://github.com/coskuncay/flutter_chatgpt_api/issues/1 ChatGPTApi.sendMessage (package:flutter_chatgpt_api/flutter_chatgpt_api.dart:50:25) https://github.com/coskuncay/flutter_chatgpt_api/issues/2 _ChatScreenState._buildSubmit. (package:neural_ai/screens/chat.screen.dart:110:30)