GPT is an opensource Android experimentation app to explore the possibilites of the OpenAI API and to grant developers a base to possibly build upon or improve. It is NOT meant to supplant OpenAi's official app but moreso become a testing ground for hacking around with architecture, new APIs, animations, patterns and other libraries.
- Offline mode
- Save chats locally
- Audio transcription and translation
- Chat completion
- Image generation
Chat Completion | Image Generation | Audio | Show and Save Chat History |
---|---|---|---|
- Kotlin
- Flow/StateFlow
- Jetpack Compose
- AndroidX/Jetpack
- Dagger Hilt
- Material 3
- Retrofit/OkHttp/Moshi
- Room
- Coil
- MVVM
- MediaPlayer/MediaRecorder
All you must do is fork this project and it should build locally on your machine. To get the app working, you must provide your own OpenAi API Key within the settings screen and that should be all.
Copyright (C) 2023 Patrick Alexis
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.