flutter-chatgpt-completions
flutter-chatgpt-completions copied to clipboard
Separating GUI from server
trafficstars
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.