Skip to content

Zachareee/VisualAIse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visualise

Visualise your conversations on Miro

Note: This app requires you to have a Miro App created, ensure you complete all the prerequisites here

Installing

npm i

Running

.env file

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
  • MIRO_CLIENT_ID
  • MIRO_CLIENT_SECRET

Optional variables

  • TOKEN_STORE : Name of the file to keep credentials (default: tokendb.json)
  • PRESENT : Presentation mode (default: false)

Run command

npm start

About

Visualise your conversations on Miro

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published