### Install BytePlus Go SDK Source: https://github.com/byteplus-sdk/byteplus-sdk-golang/blob/master/README.md Instructions for installing the BytePlus SDK for Go using the `go get` command. It is recommended to use Go version 1.14 or higher for compatibility. ```Go go get -u github.com/byteplus-sdk/byteplus-sdk-golang ``` -------------------------------- ### Configure BytePlus SDK with JSON File Source: https://github.com/byteplus-sdk/byteplus-sdk-golang/blob/master/README.md Example JSON configuration for setting Access Key (AK) and Secret Key (SK) in the `~/.byteplus/config` file. This method provides a persistent way to store credentials, taking precedence over environment variables but less than explicit method calls. ```JSON { "ak":"Your-AK", "sk":"Your-SK" } ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.