lambiengcode / flutter-chatgpt-completions

:dove: Dart client for the unofficial ChatGPT API. Support Text Completion and stream response from v1/completions. 非官方 ChatGPT API 的 Dart 客户端。支持文本补全和来自 v1/completions。
https://pub.dev/packages/chatgpt_completions
MIT License
17 stars 8 forks source link

Separating GUI from server #2

Open markNZed opened 1 year ago

markNZed commented 1 year ago

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 requests sent to OpenAI are sent from a server running in a separate process (maybe a separate machine) from the frontend. Sorry for my lack of undestanding about Flutter. I imagine having a server process that interfaces between the Flutter frontend and OpenAI would be essential for protecting the OpenAI keys.