Skip to content

Jacolobi/divinity-chat

Repository files navigation

Divinity Chat

Divine the answers to your most pressing questions with Divinity Chat! Each of your messages will be answered by both an angel and a devil giving you new perspectives. Depending on the guidance you seek, different advice can be granted. Select the Good/Evil persona for questions about life, or choose Supportive/Critical if you are exploring new ideas.

Try it out

https://divinity-chat.vercel.app/

Note: This deployment uses the free API and is prone to rate-limiting. Using your own API-key with the instructions below is recommended.

Quick start

Prerequisites

  • Node.js or Docker
  • Git

Clone directory

git clone https://github.com/Jacolobi/divinity-chat.git
cd divinity-chat

Add mistral API key to environment

cp .env.example .env
# edit .env to set API key

Running it on Node.js

# install
npm install
# run dev server
npm run dev

Running it with Docker

docker build -t divinity-chat .
docker run -p 3000:3000 --env-file .env divinity-chat

Open http://localhost:3000 in your browser

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors