Skip to content

Visual playground for LM conversations on nested objects using the OpenAI API

License

Notifications You must be signed in to change notification settings

danielhopp/jarvis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jarvis

Visual playground for LM conversations on nested objects using the OpenAI API

Jarvis demo

Read more on Medium: https://medium.com/@danielhopp/jarvis-67ff498e34d6

Installation

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 jarvis

IMPORTANT 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.

License

MIT (http://www.opensource.org/licenses/mit-license.php)

About

Visual playground for LM conversations on nested objects using the OpenAI API

Topics

Resources

License

Stars

Watchers

Forks