An open API service indexing awesome lists of open source software.

https://github.com/foxpace/chatgpt-flutter-clone

Simple Flutter clone of the chatGPT app for demonstration purposes.
https://github.com/foxpace/chatgpt-flutter-clone

Last synced: 8 months ago
JSON representation

Simple Flutter clone of the chatGPT app for demonstration purposes.

Awesome Lists containing this project

README

          

# ChatGPT Flutter clone

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.

## Disclaimer

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.

## Final result