/CMPE277-Android-ChatGPT-UI-App

The purpose of the app is to apply AsyncTask to call Open AI LLM (ChatGPT 3.5 Turbo) model in the background and display response to the Android App.

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

CMPE277-Android-ChatGPT-UI-App

The purpose of the app is to apply AsyncTask to call Open AI LLM (ChatGPT 3.5 Turbo) model in the background and display response to the Android App.

Screenshots

Home Screen: ChatGPT App

Entering message in EditText :

On clicking “Send” button, message is sent through ChatGPT API:

On clicking “Cancel” button, message and response is cleared: