flutter-chatgpt-completions icon indicating copy to clipboard operation
flutter-chatgpt-completions copied to clipboard

:dove: Dart client for the unofficial ChatGPT API. Support Text Completion and stream response from v1/completions. 非官方 ChatGPT API 的 Dart 客户端。支持文本补全和来自 v1/completions。

Results 2 flutter-chatgpt-completions issues
Sort by recently updated
recently updated
newest added
trafficstars

E/flutter ( 6185): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: Exception: status code: 400, error: [] is too short - 'messages' E/flutter ( 6185): #0 TextCompletionsRepository._handleListenBodyBytesTurbo (package:chatgpt_completions/src/repository/text_completions_repository.dart:201:9) E/flutter ( 6185): #1 TextCompletionsRepository.textCompletions.. (package:chatgpt_completions/src/repository/text_completions_repository.dart:77:15) E/flutter...

I see nice advantages of using Flutter for the frontend/GUI of a chat app. I have not got this project running yet and it is unclear to me if the...