Simple project for demonstration purposes. Interconnects the Flutter UI with ChatGPT API. To enable this project to work with chatGPT - go to the:
lib/repo/chat_gpt_secret.dart
And post your key there into the secret field.
This code is purely for demonstration purposes and should not be used in production. OpenAI key should be stored at the remote server as a secret. Client device should not see it at any point, because there is a chance of possible credentials leak.