Skip to content

vinceglb/ComposeAI

Repository files navigation

Compose AI

An Android & iOS application ChatGPT like made with Compose Multiplatform

Android iOS OpenAI Gitmoji GitHub stars

Stack

Architecture

The app architecture is based on the latest guidelines from Google. You can take a look here for more information and here for an official example.

Gettings started

Compose AI use the OpenAI API with GPT3.5-turbo the get the responses. We need to setup your own OpenAI API key before launching the app.

  • Create your OpenAI developper account here
  • Create a new API key here or use an existing one
  • Open the local.properties in the root of the project
  • Add your key like this openai_api_key=[YOUR OPENAI API KEY HERE]

Sources

Here are some of the websites or repositories that helped me to create this project:

I want to thank all the whole Jetbrains team for making Compose Multiplatform possible, and all the amazing community that surrounds it ❤️