Docker
How to install and run Glide via Docker
The easiest and quickest way to run Glide is via our demo repository and docker-compose.
Clone the demo repository
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.
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
Sample API Request to `/chat` endpoint
See API Reference for more details.
Was this page helpful?