Skip to content

LonelyYeezhiChicken/Gorilla

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. 開啟網站