/AskMechanicusLovecraft

Adeptus Mechanicus HP Lovecraft AI chatbot

Primary LanguageKotlin

Ask Mechanicus Lovecraft ChatBot (WIP)

What if Lovecraft was a member of the Adeptus Mechanicus and also a chatbot that you could ask questions.

Mechanicus Lovecraft

Project for playing around with:

  • OpenAI API
  • chat-app architecture and UI

Demo (commit 31907fe)

adeptus.mechanicus.demo.mp4

Before you build

  • Add your OpenAI API key and organization string to ./local.properties in project root (file gets generated by Android Studio and not present in the repo):
OPENAI_API_KEY="myKey"
OPENAI_ORGANIZATION="myOrg"