ChatGPT for Android

An Android implementation of OpenAI's official ChatGPT iOS app. Users can send messages and receive responses from the GPT-3.5 and GPT-4 models in a chat-like interface.

Features

  • Chat-like interface for easy interaction with ChatGPT
  • Pick between GPT-3.5 and GPT-4
  • Custom fonts and smooth animations for cool UX;)

Installation

  1. Clone this repository:
git clone https://github.com/aphexcx/ChatGPT-Android.git
  1. Open the project in Android Studio
  2. Build and run the application on an emulator or a physical device

Configuration

Make sure to set up your OpenAI API key in the local.properties file:

openai.api_key=your_api_key_here

Replace your_api_key_here with your actual API key.

Dependencies