ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
#### 使用 [jsoniter](https://github.com/json-iterator/go) 编译 Gin 使用 `encoding/json` 作为默认的 json 包,但是你可以在编译中使用标签将其修改为 [jsoniter](https://github.com/json-iterator/go)。 ```sh $ go build -tags=jsoniter . ```