Skip to content

hpicgs/lumos-trustworthiness

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

Prerequisites

You will need Docker (Docker Engine & Docker Compose) and an OpenAI API key in case you want to use their cloud models.

Setup Steps

  1. Open terminal or powershell
  2. Build container (omit --profile ollama if ollama is unwanted)
    1. Windows: docker-compose --profile ollama build
    2. Linux: docker compose --profile ollama build
  3. Run system
    1. Windows: docker-compose --profile ollama up
    2. Linux: docker compose --profile ollama up
  4. Open Frontend
  5. Navigage to Profile and insert & save your OpenAI API key
  6. Create a session to explore the uses cases. E.g. for the choropleth example you need to navigate to Sessions and create a session with the according prompt (click on the choropleth one in the dropdown to insert it), activated code interpreter and the correct dataset.

Notes

  • While you can choose any session in a use case example, the correct prompt is essential for it to work. So make sure you only pick the correct sessions.
  • The only way to reset a chat is to create a new session. You can click on a existing session under Sessions and then create to copy its settings.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published