Skip to content

y9tr3ble/ChatGPT-Android

Repository files navigation

ChatGPT Android App

This is an Android app that utilizes the GPT-3.5-turbo model for chat-based completions. It enables users to ask questions and receive responses generated by the model.

Features

  • Users can input questions within the app.
  • The app forwards the question to the GPT-3.5-turbo model for completion.
  • The response generated by the model is displayed in the app.

Setup

To use this app, follow these steps:

  1. Clone the repository to your local machine.
  2. Open the project in Android Studio.
  3. Build and run the app on an Android device or emulator.

Usage

Follow these steps to use the app:

  1. Launch the app on your Android device.
  2. Enter a question in the provided text field.
  3. Tap the submit button.
  4. The app will send the question to the GPT-3.5-turbo model for completion.
  5. The generated response will be displayed in the app.

Dependencies

This app relies on the following dependencies:

  • okhttp3 library for making HTTP requests.
  • org.json library for parsing JSON responses.

API Endpoint

The app sends requests to the following API endpoint:

Ensure that you have a stable internet connection to communicate with the API.

Screenshots

image

License

This project is licensed under the MIT License (https://opensource.org/licenses/MIT).