Categorygithub.com/xiaosongfu/tencentnlpchat
repositorypackage
0.1.1
Repository: https://github.com/xiaosongfu/tencentnlpchat.git
Documentation: pkg.go.dev

# README

Tencent NLP Chat

腾讯闲聊 go client

快速开始

  1. 添加依赖:
require (
	github.com/xiaosongfu/tencentnlpchat v0.1.1
)
  1. 调用 Chat(...) 方法:
ansText, err := tencentnlpchat.Chat(appId, appKey, question)
if err != nil {
    // TODO
}