sunny0826 / go-chatglm

ChatGLM API wrapper for Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go ChatGLM

Go Reference Go Report Card GitHub release (with filter)

Synchronization with official Python SDK feature & version numbers.

This library provides unofficial Go clients for ChatGLM API. We support:

Installation:

go get github.com/sunny0826/go-chatglm

Select Model

  • ChatGLMLite
  • ChatGLMStd
  • ChatGLMPro
m := chatglm.ModelAPI{
    Model:       chatglm.ChatGLMLite,
    // Model:       chatglm.ChatGLMStd,
    // Model:       chatglm.ChatGLMPro,
}

Examples

license

Apache License 2.0

About

ChatGLM API wrapper for Go

License:Apache License 2.0


Languages

Language:Go 100.0%