acheong08 / ChatGPT-to-API

Scalable unofficial ChatGPT API for production.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to compile using Go?

linxin6 opened this issue · comments

How to compile using Go?

git clone https://github.com/acheong08/ChatGPT-to-API
cd ChatGPT-to-API
go build main.go

ok,thanks