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.
- Host: GitHub
- URL: https://github.com/desdaemon/chatgpt-at-home
- Owner: Desdaemon
- Created: 2023-03-02T07:46:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-03T23:41:15.000Z (over 3 years ago)
- Last Synced: 2026-02-03T03:42:06.337Z (5 months ago)
- Topics: android, chatgpt-api, flutter, ios
- Language: Dart
- Homepage:
- Size: 399 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)

## 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.