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

https://github.com/desdaemon/chatgpt-at-home

ChatGPT clone in Flutter.
https://github.com/desdaemon/chatgpt-at-home

android chatgpt-api flutter ios

Last synced: 4 months ago
JSON representation

ChatGPT clone in Flutter.

Awesome Lists containing this project

README

          

# :robot: ChatGPT@Home

Yet another ChatGPT clone in Flutter, now for the phones. (WIP)

- Material 3
- Render results in Markdown
- Dictate in any device-supported language (one at a time)
- Self-service (put in your own API key)

Main screen

## Prepopulating the API key

By default, the app will request the user to input an OpenAI API key. However, you can prepopulate it by
filling out `define.json.template` and pass it to Flutter commands:

```shell
flutter run --dart-define-from-file define.json
```

Please note that this is not secure and will store your API key in plain text within the app's binary.