Skip to content

ChatGPT Android app lets you to chat with ChatGPT or generate images by giving a prompt using OpenAI's latest models. Just key in your API key and good to go!

Notifications You must be signed in to change notification settings

dkexception/ChatGPT-Android-App

Repository files navigation

ChatGPT-Android-App

ChatGPT Android app lets you to chat with ChatGPT or generate images by giving a prompt using
OpenAI's latest models. Just key in your API key and good to go!

  • Define a property in your local gradle.properties file (sitting in .gradle folder),
    named openAIBackendSecretKey and assign it
    the Bearer token from OpenAI API

  • This variable should contain the Bearer keyword as follows:
    openAIBackendSecretKey="Bearer <YOUR_TOKEN_HERE>"

  • Compile and run the app and chat with the ChatGPT assistant

Models used:

Chatting

Model: gpt-3.5-turbo, API: https://api.openai.com/v1/chat/completions

Image generation

API: https://api.openai.com/v1/images/generations

Previews

About

ChatGPT Android app lets you to chat with ChatGPT or generate images by giving a prompt using OpenAI's latest models. Just key in your API key and good to go!

Topics

Resources

Stars

Watchers

Forks

Languages