Synchronization with official Python SDK feature & version numbers.
This library provides unofficial Go clients for ChatGLM API. We support:
go get github.com/sunny0826/go-chatglm
- ChatGLMLite
- ChatGLMStd
- ChatGLMPro
m := chatglm.ModelAPI{
Model: chatglm.ChatGLMLite,
// Model: chatglm.ChatGLMStd,
// Model: chatglm.ChatGLMPro,
}