大猩猩
- clone repo
git clone --depth 1 https://github.com/LonelyYeezhiChicken/Gorilla.git
cd Gorilla\src\API
- build image
docker build -t gorilla-gpt:tag .
- run in container
docker run -p 1599:80 -e API_KEY=<your_gpt_key> --name my-gorilla-container gorilla-gpt:tag