Skip to content

bowwowxx/ChatGPTLineBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatGPTLineBot

ChatGPTLineBot developed with golang

Run on Google Cloud

1.Set parameters in the configuration file(.env)

ChannelSecret=xx  
ChannelAccessToken=xx  
OpenApiKey=xx  

2.Run ChatGPT LineBot

docker run

docker run -itd -p 8090:8080 -v $PWD/.env:/ChatGPT/.env bowwow/chatgptlinebot 

go run

go run main.go

mole

3.Use ngrok tunnels to localhost

ngrok  http 8090

mole

4.Verify line bot webhook

mole

5.enjoy it !

mole

About

ChatGPTLineBot developed with golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published