Visualise your conversations on Miro
Note: This app requires you to have a Miro App created, ensure you complete all the prerequisites here
npm i
To be safe, just copy and paste .env
as .env.dev
and fill in the variables
The .env.dev file MUST have the following variables:
IMPLEMENTATION
: (choose between openai || ollama)- If
IMPLEMENTATION
=ollama
OLLAMA_HOST
is required (hostname of machine hosting ollama)
- else if
IMPLEMENTATION
=openai
OPENAI_API_KEY
is required
- If
MIRO_CLIENT_ID
MIRO_CLIENT_SECRET
TOKEN_STORE
: Name of the file to keep credentials (default: tokendb.json)PRESENT
: Presentation mode (default: false)
npm start