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.
- 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.
To use this app, follow these steps:
- Clone the repository to your local machine.
- Open the project in Android Studio.
- Build and run the app on an Android device or emulator.
Follow these steps to use the app:
- Launch the app on your Android device.
- Enter a question in the provided text field.
- Tap the submit button.
- The app will send the question to the GPT-3.5-turbo model for completion.
- The generated response will be displayed in the app.
This app relies on the following dependencies:
okhttp3
library for making HTTP requests.org.json
library for parsing JSON responses.
The app sends requests to the following API endpoint:
Ensure that you have a stable internet connection to communicate with the API.
This project is licensed under the MIT License (https://opensource.org/licenses/MIT).