# wechatgpt ![coming](https://media.istockphoto.com/id/1332167985/photo/coming-soon-neon-sign-the-banner-shining-light-signboard-collection.jpg?b=1&s=170667a&w=0&k=20&c=Le4B-lJt-jXjeAOdlTQptNvN_DmRwWF19ShNc5VY4a4=) # how to use ## prepare runtime environment ``` go mod tidy cp config/config.yaml.example local/config.yaml ``` ## add your openai token open the [openai](https://beta.openai.com/account/api-keys) and register account, copy your token to config file ## run app ``` go run main.go ```