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.
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.
Prerequisites
- Node.js or Docker
- Git
Clone directory
git clone https://github.com/Jacolobi/divinity-chat.git
cd divinity-chatAdd mistral API key to environment
cp .env.example .env
# edit .env to set API keyRunning it on Node.js
# install
npm install
# run dev server
npm run devRunning it with Docker
docker build -t divinity-chat .
docker run -p 3000:3000 --env-file .env divinity-chatOpen http://localhost:3000 in your browser