Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 401 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 401 Bytes

Gorilla

大猩猩

ChatGPT 猩猩版

Docker

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