ChatGPT Android App

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

Features

  • Users can enter a question in the app.
  • The app sends 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

  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 uses 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:

https://neuroapi.host/v1/chat/completions

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

THANKS

MANY THANKS TO https://t.me/neurogen_news

GitHub

View Github