1
Clone the demo repository
2
Init Configs
The demo repository comes with a basic config (learn more about configurations). Additionally, you need to init your secrets by running:This will create the
secrets
directory with one .OPENAI_API_KEY
file that you need to put your key to.Windows user should create the
secrets
directory and the corresponding secrets/.OPENAI_API_KEY
file manually.3
Start Glide
After that, just use docker compose via this command to start your demo environment:
Windows users should simply run
docker-compose up -d
4
Sample API Request to `/chat` endpoint