[go: up one dir, main page]

Skip to content

star3s/go-chatglm

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%