Visualise your conversations on Miro
Note: This app requires you to have a Miro App created, ensure you complete all the prerequisites here
npm iTo 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=ollamaOLLAMA_HOSTis required (hostname of machine hosting ollama)
- else if
IMPLEMENTATION=openaiOPENAI_API_KEYis required
- If
MIRO_CLIENT_IDMIRO_CLIENT_SECRET
TOKEN_STORE: Name of the file to keep credentials (default: tokendb.json)PRESENT: Presentation mode (default: false)
npm start