How to install and run Glide via Docker
Clone the demo repository
Init Configs
secrets
directory with one .OPENAI_API_KEY
file that you need to put your key to.secrets
directory and the corresponding secrets/.OPENAI_API_KEY
file manually.Start Glide
docker-compose up -d
Sample API Request to `/chat` endpoint