Visual playground for LM conversations on nested objects using the OpenAI API
Read more on Medium: https://medium.com/@danielhopp/jarvis-67ff498e34d6
An OpenAI API key is required:
docker build -t jarvis .
docker run -d -e OPENAI_API_KEY=<YOUR_OPENAI_API_KEY> -e PASSWORD=<YOUR_SECRET_PASSWORD> -p 80:80 jarvisIMPORTANT NOTICE: Unless in a protected network environment, make sure you provide a secure PASSWORD or you will relay your OpenAI API account into the public.
