Skip to content

we-mid/mp-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fork of https://github.com/tomatocuke/openai

cp config.example.yaml config.yaml
# 修改私密信息

# local >
go run .

# remote >
# start
go build && pm2 start --name mp-go ./openai
# restart
go build && pm2 restart mp-go && pm2 log mp-go