Skip to content

Simple GPT chat android application written in Kotlin & Material You

Notifications You must be signed in to change notification settings

thewolfprod/ChatGPT-Android

Repository files navigation

ChatGPT-Android

Simple GPT chat android application written in Kotlin & Material You

API

You can get Credentials on this page: https://rapidapi.com/openai-api-openai-api-default/api/openai80

Provide API Key & API Host in strings.xml (Free 50000 / Tokens per month)

<string name="APIKey">xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</string>
<string name="APIHost">openai80.p.rapidapi.com</string>

or

Clone, build app, open and enter API key into dialog box that will show up on startup

Screenshots

About

Simple GPT chat android application written in Kotlin & Material You

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages